[jQuery] Only want to enable rollover behaivor for a certain class combination
Hi,
If an image has a class "myClass", I would like to set a mouseover/
mouseout behavior. However, if an image has two classes "myClass
selectedClass", I would like to disable such mouseover/mouseout
behaviors. How can I write a JQuery expressoin to only enable the
mouseover/mouseout behavior for the first instance?
Thanks, - Dave