I
I
Imbolc2011-06-09 19:55:45
JavaScript
Imbolc, 2011-06-09 19:55:45

[jquery] keyup + onchange?

How to reliably track field changes? For example, if you click on autocomplete in chrome, keyup will not work. In this case, onchange fires. Perhaps I forgot something else?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
@
@resurtm, 2011-06-09
_

Add blur and focus?

V
Vitaly Peretyatko, 2011-06-10
@viperet

i do $('#input').bind('change click keyup', function () {… });

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question