You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
seems like the standard jquery 'change' event is not firing
I created a simple form & jquery code as per below.
the change function gets executed for for name field, but not for the phone.
Am I missing something?
seems like the standard jquery 'change' event is not firing
I created a simple form & jquery code as per below.
the change function gets executed for for name field, but not for the phone.
Am I missing something?
$("#name").change(function(){
debugger;
console.log('NAME-CHANGE: VAL:',$("#name").val());
});
The text was updated successfully, but these errors were encountered: