I\'ll get right to it:
What I need to do is hide a particular div with the press of a button, and it\'s supposed to be a toggle, so basically: Press once to hide, pr
An alternative solution just using 'onclick' attribute inside your HTML tag:
Click the button to trigger a function. Show/hide I want to hide this by pressing the button above
Click the button to trigger a function.
Show/hide
I hope it helps.