html select jquery onchange code example Example: jquery onchange input value Click to copy$("input").change(function(){ alert("The text has been changed."); });