Using jQuery with Drop Down Menus
Hi
Only my 2nd post very basic knowledge.
I have currently using this selector with a radio button to apply my animation which works great.
$("#classic").click(function() {
//Do Something
});
How would I write my selector for a drop down menu, say if the menu had two options of Apples and Oranges and had an ID of fruit.
I would want my animation to start when Oranges were selected for instance.
Any help will be much appreciated.