SyntaxFix
Write A Post
Hire A Developer
Questions
instead of id use title to identify your element and write the code as below.
$(document).ready(()=>{ $("input[title='MyObject']").change(()=>{ console.log("Field has been changed...") }) });