I was trying to bind an event to drop down list since yesterday nothing helped went to JavaScript chat room no one was able to find a fix to my problem, but then I somehow tried to bind my drop down list as following
$('<%= ddl.ID %>').bind('change',myfunction);
to
$(<%= ddl.ID %>).bind('change',myfunction);
and it started working, any idea ?
EDIT
Sorry Its not working on IE :(
<%= ddl.ClientID %>instead of'ID'– Anant Dabhi Sep 13 '12 at 9:12