jQWidgets Forums

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • zakstev
    Participant

    hi,

    I’m getting “Object doesn’t support property or method ‘jqxInput'” error, Please help

    <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>
    <html lang=”en”>
    <head>
    <title id=’Description’>Input Demo</title>
    <link rel=”stylesheet” href=”D:\JQStuff\jqwidgets\styles\jqx.base.css” type=”text/css” />
    <script type=”text/javascript” src=”D:\JQStuff\scripts\jquery-1.11.1.min.js”></script>
    <script type=”text/javascript” src=”D:\JQStuff\scripts\demos.js”></script>
    <script type=”text/javascript” src=”D:\JQStuff\jqwidgets\jqxcore.js”></script>
    <script type=”text/javascript” src=”D:\JQStuff\jqwidgets\jqxinput.js”></script>
    </head>
    <body class=’default’>
    <div id=’content’>
    <script type=”text/javascript”>
    $(document).ready(function () {
    var countries = new Array(“AA”,”BB”,”CC”);
    $(“#input”).jqxInput({placeHolder: “Enter a Country”, height: 25, width: 200, minLength: 1, source: countries });
    });
    </script>
    <input type=”text” id=”input”/>
    </div>
    </body>
    </html>


    Peter Stoev
    Keymaster

    Hi zakstev,

    If you get such exception, then most probably the files are not referred correctly.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.