SyntaxFix
Write A Post
Hire A Developer
Questions
You can achieve this by binding an onclick listener and then adding the animate class like this:
$('#button').onClick(function(){ $('#target_element').addClass('animate_class_name'); });