abdfahim
Well-known member
I am following this link to write onClick and onChange functionality with JS framework .
onClick seems to be easy, but I couldn't find any way to implement onChange
Isn't that even possible available? I am trying to mimic the following
onClick seems to be easy, but I couldn't find any way to implement onChange
Isn't that even possible available? I am trying to mimic the following
JavaScript:
jQuery("#mySel").change(function() {
alert('aaa');
});
Last edited: