jQWidgets Forums

jQuery UI Widgets Forums Lists DropDownList Disable all Dropdown Lists

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Disable all Dropdown Lists #54633

    derarnold
    Participant

    Hello hello.

    I have several DropDownLists and I want to disable them all at once.

    I try $(“jqxDropDownList”).jqxDropDownList({ disabled: true });
    but I get an error in Firefox: “Error: Invalid jQuery Selector – jqxDropDownList! Please, check whether the used ID or CSS Class name is correct.”

    Can someone help?

    Thanks Oliver

    Disable all Dropdown Lists #54639

    Peter Stoev
    Keymaster

    Hi Oliver,

    The exception is raised due to the reason that $(“jqxDropDownList”) is Invalid jQuery selector. You should select an Element either by ID or by CSS Class Name.

    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.