|
Title: textbox bug in setText Post by: azizkhani on April 06, 2015, 12:11:35 PM i set 0 value to textbox but dosenot work
$('#txt2').textbox('setText', 0); ??? ??? ??? ??? ??? ??? Title: Re: textbox bug in setText Post by: jarry on April 06, 2015, 05:47:36 PM Please try this statement instead
$('#txt2').textbox('setText', '0'); or download the patch from http://www.jeasyui.com/download/downloads/jquery-easyui-1.4.2-patch.zip. |