jQuery.ProfanityFilter
jQuery.ProfanityFilter copied to clipboard
Fire on keyup AFTER load...
My form loads dynamically after page is loaded based on menu choice. To get all my other jquery functions to work I wrap in the same.
How do I apply the Profanity function in a form field wrapped in this.... $("body").on("keyup" , ".profanity" , function(){ FILTER AND UPDATE FORM });