SyntaxFix
Write A Post
Hire A Developer
Questions
using jQuery it's easy...
$('YOUR CLASS SELECTOR').click(function(){ $(this).toggle(); });