Help Needed
Help Needed
Dear Experts,
I need a small help regarding an application of mine.
it goes like this. I have a jsp page which has 3 dropdown boxes. based on the value selected in the upperdropdown lower dropdown will be populated.
Now ajax response sends a dropdown tag with options (the whole <select> tag) to the client jsp and i will do a $("#brand").html(data) to show it..this is getting displayed fine. But the problem is i have an event for this newly created brand select tag also. that is when change happens $("#brand").change method should be called. i have written code also properly. this works fine in Firefoxs. but not atall in IE. my strict requirement is IE.
Please do help guys. since i am tired of searching for an answer ; some say its a bug and others say something else...growing impatient.
Please help !