I want to check the change of html hidden field using jquery and i tried for this but the change event did not worked.
Somebody has and idea how to handle this?
in this case you know exactly, when the value changes (onchange of dropbox), because you change it by your code, so there is no need to catch an event.
simply call your reaction function in the onchange part of your dropbox event.