html - how to hide a <div> part from tabs -
I have some Use this CSS: and jQuery: Or you want to toggle it: Where & lt; Div id = "hideclass" & gt; In the jquery tab I want to hide or not. I want to be able to click on some buttons after this. How do i do this
# Hideclass {Display: No one; }
$ ('# button'). Click (function () {$ ('# hideclass').;});
$ ('# button'). Click (function () {$ ('# hideclass') .slideToggle ();});
#button
is the ID of the button, which is clicked, will show the div:
& lt ; Button id = "button" & gt;
Comments
Post a Comment