I\'ve got a page with a variable number of elements (which explains why I\'m using event delegation here). When the user changes the selected opt
IE requires change event to be placed inside document ready. This seems to bind the change event to the associated element. Hope it helps.