jQWidgets Forums
jQuery UI Widgets › Forums › Editors › Input, Password Input, TextArea, ColorPicker, Rating, TagCloud, Loader › Input jquery set text not working › Reply To: Input jquery set text not working
I understand you, but How can I do bind into data ?
Because I’m using jqxInput
$(‘#Name’).jqxInput({ height: 25, width: 223, minLength: 1, theme: ‘Bootstrap’ });
and I am using citrio,chrome,explorer 11
edit :
ok I tried that and is working
thank you..
$(‘#Name’).val(values.CrewTopDetail.Name);
$(‘#LastName’).val(values.CrewTopDetail.LastName);