jQWidgets Forums

Input jquery set text not working #51949

Serdar
Participant

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);