SyntaxFix
Write A Post
Hire A Developer
Questions
.delegate is the only one that is working to me with jQuery JavaScript Library v2.1.1
$(document).delegate('#textareaID','change', function() { console.log("change!"); });