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
onchange=doAction will work in IE and Firefox, but its not supported in Chrome.
onchange=doAction
You need to use jQuery's .change event to handle this.
.change