How do I perform a JQuery 'slidetoggle' effect using a hyperlink, instead of an input button, as the action item?
At the JQuery refence page
http://docs.jquery.com/Effects/slideToggle#speedcallback
It only gives an example of using a form input button.
I would like to have instead of a button, a hyperlink to be the toggle clickable action.