electricphp
Programmer
I have this line of code:
<div onclick="displayRow();" class="menu_selector"><img src="plus.gif" width="9" height="9" class="img_mar_link"> <strong>Presentations</strong></div>
I need to modify the displayRow() function so that when someone clicks on the div, the plus.gif gets replaced by minus.gif
and if they click it again the minus.gif gets replaced by a plus.gif
<div onclick="displayRow();" class="menu_selector"><img src="plus.gif" width="9" height="9" class="img_mar_link"> <strong>Presentations</strong></div>
I need to modify the displayRow() function so that when someone clicks on the div, the plus.gif gets replaced by minus.gif
and if they click it again the minus.gif gets replaced by a plus.gif