jQuery(document).on('click','.replyPost, .cancelPost', function(){
jQuery(this).toggleClass("cancelPost replyPost");
});
Joomla and Wordpress Plugins/Extensions – Custom HTML5, CSS3, PHP, MySql, Angular Applications
jQuery(document).on('click','.replyPost, .cancelPost', function(){
jQuery(this).toggleClass("cancelPost replyPost");
});