Hello, I am trying to trigger .change() on a text box when I change it's value simply with a button but it doesn't work. Check link below. If you type something in textbox then click somewhere else .change() triggers but if you click only button, it changes textbox value but .change() doesn't trigger.
:( why?