I have this jquery function that works fine on a desktop pc, but when running on a mobile device like iPhone this event is not triggered at all. Is there a workaround for that?
$('#myinputname').on('keyup change', function(c) {
alert('test');
}
I have this jquery function that works fine on a desktop pc, but when running on a mobile device like iPhone this event is not triggered at all. Is there a workaround for that?
$('#myinputname').on('keyup change', function(c) {
alert('test');
}