jQWidgets Forums

jQuery UI Widgets Forums General Discussions jqxinput error

Tagged: 

This topic contains 2 replies, has 3 voices, and was last updated by  UJanke 12 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxinput error #12976

    fgaonet
    Member

    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.

    jqxinput error #12985

    Peter Stoev
    Keymaster

    Hi fgaonet,

    The provided information is not sufficient for reproducing the reported behavior. Please, send a sample which demonstrates it and also provide details about the browser and jQuery version that you use.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jqxinput error #13383

    UJanke
    Member

    Quite ez, your input needs to be an input element not just a div i.e.

    <input id="Text1" type="text" />

    Greetings Uwe

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.