This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 1 month ago.

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

    cvicini
    Participant

    How to simulate in the code a click on the button?
    I tried with $(“#dropDownButton”).jqxDropDownButton.click(), but the button will not open.
    Thanks.

    jqxDropDownButton #12251

    Peter Stoev
    Keymaster

    Hi cvicini,

    You can use the ‘open’ method of jqxDropDownButton.

    Example:

    $("#button").jqxDropDownButton('open');

    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.