jQuery UI Widgets Forums Editors Input, Password Input, TextArea, ColorPicker, Rating, TagCloud, Loader Uncaught TypeError: $(…).jqxTextArea is not a function

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 8 years, 7 months ago.

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

  • jusmas
    Participant

    Hi.. My script throws a JS error “Uncaught TypeError: $(…).jqxTextArea is not a function” when trying to define a TextArea.

    The script header is as follows.

    <script type=”text/javascript” src=”../js/jquery-1.11.1.min.js”></script>
    <script type=”text/javascript” src=”../ui/jqwidgets/jqxcore.js”></script>
    <script type=”text/javascript” src=”../ui/jqwidgets/jqx-all.js”></script>
    <link rel=”stylesheet” href=”../ui/jqwidgets/styles/jqx.base.css” type=”text/css” />
    <link rel=”stylesheet” href=”../ui/jqwidgets/styles/jqx.darkblue.css” type=”text/css” />

    Can someone help me to resolve the issue? Other controls like text box/radio/chk box/pulldown menu etc.. are working fine.

    Thanks,
    Justine


    Dimitar
    Participant

    Hello Justine,

    Please remove the reference to jqxcore.js, because its content is already part of jqx-all.js. If the issue persists after that, please share your complete code for us to review.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/


    jusmas
    Participant

    Still its not working.. One Question: The library I downloaded a year back. Is there a chance that object ‘TextArea’ was not there in the objects list and you added it later? Where can I find the version number?


    Dimitar
    Participant

    Hi jusmas,

    jqxTextArea was introduced with version 3.9.0, released on October 9, 2015. It is not available in earlier versions. You can check what version you have by opening one of the jQWidgets scripts and checking the information at the top.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.