jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox How can i hide the jqxcombobox

This topic contains 1 reply, has 1 voice, and was last updated by  jperera 10 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • How can i hide the jqxcombobox #67587

    jperera
    Participant

    Hello, I was wonder if it is possible hide a jqxcombobox,
    for example:
    if (item == “All”) {
    $(“#cbZonesSelected”).jqxComboBox(‘clearSelection’);
    $(“#cbZonesSelected”).jqxComboBox(‘clear’);
    $(“#cbZonesSelected”).class = ‘divInvisible’;

    $(“#gvAdvanced”).jqxGrid(‘clear’);
    }
    else {
    }
    }
    in that case I’m using a class for hiding but it doesn’t work, also I tried with: $(“#cbEventSelected”).visible = false;
    but it doesn’t work either.
    Any help please??
    Thank you

    How can i hide the jqxcombobox #67588

    jperera
    Participant

    thank you very much, issue solved with hide()

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

You must be logged in to reply to this topic.