I have a HTML anchor that when clicked should make a div slide up or down (I call JQuery\'s .slideToggle();
function);
My Problem: When
You want this:
Attach File
The return false
prevents the link from doing anything after the onclick
stuff runs.