jQWidgets Forums

jQuery UI Widgets Forums Layouts Splitter Uncaught Error: Invalid jQuery Selector

This topic contains 19 replies, has 7 voices, and was last updated by  larabrian 5 years, 7 months ago.

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
  • Uncaught Error: Invalid jQuery Selector #47911

    Peter Stoev
    Keymaster

    Hi paries,

    I will respond with what is the error. It is caused due to Invalid jQuery Selector which means that you tried to initialize something which does not exist or you tried to set a property or invoke a method of Invalid Element. No, your code would not work with previous versions, too. It will just do nothing. The Invalid jQuery Selector exception is Raised by Us to point you out to check your code and to check your HTML :).

    Best Regards,
    Peter Stoev

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


    it050115
    Participant

    “Invalid jQuery Selector – #undefined! Please, check whether the used ID or CSS Class name is correct.”
    This error is so frustrating!
    It occurs evrery time I change value of my input field despite no jQuery or jqWidget was implemented on it.
    I think a kind of bug was introduced since 3.0.4
    guglielmo


    Peter Stoev
    Keymaster

    Hi guglielmo,

    If you experience some issue, then you can provide a sample which proves that there is a bug on our side.

    Best Regards,
    Peter Stoev

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

    Uncaught Error: Invalid jQuery Selector #87697

    philipstratford
    Participant

    In my case, my problem was caused by the fact that I was trying to instantiate jqxGrid before the DOM was fully loaded. It was easily resolved by ensuring that the code to instantiate the jqxGrid was wrapped in $(document).ready(…)

    Uncaught Error: Invalid jQuery Selector #106832

    larabrian
    Participant

    Uncaught Error: Invalid jQuery Selector is thrown when you try to select HTML Element by invalid ID i.e either you have typo in the ID or that HTML Element is not in the DOM.

Viewing 5 posts - 16 through 20 (of 20 total)

You must be logged in to reply to this topic.