I have such a combo box in my site and I want it to load some content as soon as it's changed by the user. It's a simple one having each State of my country, check it out: http://jsfiddle.net/tzvyX/
It happens that in IE, the .change()
method doesn't work and I don't know what to do to fix it. maybe some other event listener?