1) How to programatically (without writing the onclick="javascript:.." attribute) attach JavaScript (jQuery) function to the link below?
2) The simplest way to toggle hide/unhide after clicking on the Statement link? First click should display the DIV (unhide), the second click should hide it and so forth.
<a>Statement</a>
<div id="taxStatement">insert select statement dropdownbox</div>