- $("select[name=(thename)] option").click(function() {
- // do stuff..
- });
and both this and the same with live("click") works in Chrome and FF, but once again IE drops the ball
(like always -.-). I've also tried with .change() but nothing..
Any help is appreciated :-)