This question is locked. New answers and comments are not allowed.
Hi
I am trying to hide and show a tab througjh jQuery code and I could not make it work
Any help is more than appreciated
Here is what I did
$("#tabStrip")..children("div:first").hide();
$("#tabStrip")..children("div:first").show();
(tabstrip is the name of my Tabstrip )
This code, unfortunately, hides/shows only the content of the tab but leaves the header
Regards
Nachid
I am trying to hide and show a tab througjh jQuery code and I could not make it work
Any help is more than appreciated
Here is what I did
$("#tabStrip")..children("div:first").hide();
$("#tabStrip")..children("div:first").show();
(tabstrip is the name of my Tabstrip )
This code, unfortunately, hides/shows only the content of the tab but leaves the header
Regards
Nachid