Hi.
I read some data from php and want to set some validateBoxes in my form.
My html code is
<input id="ci_telefono" name="ci_telefono" class="easyui-validatebox" data-options="validType:'number'">
And my javascript code is
$('#ci_telefono').validatebox('setText', 1234);
In the javascript console I got :
Uncaught TypeError: Cannot read property 'options' of undefined
TIA,
Yamil