We can do that using jQuery method: hide() or show().
It will add css style - "display: none;" or "display: block;"
jQuery Hide element
Show elementSome div content
There is also other way to hide and show elements on www page.
You can use jQuery method: toggle(). See HERE
No comments:
Post a Comment