I have a dropdown and a textbox.
I'm passing the dropdown value to a textbox.
And the dropdown I've created using jquery.dropdown. And so I can't directly write a function like $('.dropdown').change(function() {}).
Now I wanted to write a function on textbox change.
I tried few functions. But nothing helped me out.
It only works if I manually type or press enter while focused on the textbox.