jQuery.ProfanityFilter icon indicating copy to clipboard operation
jQuery.ProfanityFilter copied to clipboard

Fire on keyup AFTER load...

Open festing opened this issue 7 years ago • 0 comments

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 });

festing avatar Jan 05 '18 12:01 festing