I want to execute a function every time the value of a specific input box changes. It almost works with $(\'input\').keyup(function), but nothing happe
$(\'input\').keyup(function)
Use this: https://github.com/gilamran/JQuery-Plugin-AnyChange
It handles all the ways to change the input, including content menu (Using the mouse)