This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 9 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Hide Button Posts
  • Hide Button #74230

    24mato
    Participant

    Hi ,
    is it possible to hide a jqxButton? Then I want to show it again.

    When I use ‘destroy’ and ‘render’ method it doesnt work good.

    Is there some workaround or example how to hide button?

    Thanks for answer.

    Hide Button #74244

    Dimitar
    Participant

    Hi 24mato,

    You can do this with jQuery’s .hide() and .show(), e.g.:

    $('#jqxButton').hide();
    
    ...
    
    $('#jqxButton').show();

    Best Regards,
    Dimitar

    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.