I just updated to jqwidgets to v2.6, and tried the jqxinput.
If I include the jqxinput.js as , then I get JScript runtime erro: ‘input’ is undefined. This error is around the code in jqxinput.js:
a(input).blur(function(){if(b.host.val()==””||b.host.val()==b.placeHolder){b.host.val(b.placeHolder)}})
If I include the jqxinput.js as , (only change ~ to .. but they point the same js file in my folder structer), then I get JScript runtime erro: Object doesn’t support this property or method. This error is around the my code:
$(“#iptTitle”).jqxInput({ placeHolder: “Enter Title”, height: 25, width: 200, minLength: 1, theme: theme, source: title });
In both cases, If I “ignore” the error and continue to run, the autocomplete input still works.
Please advise.