How can I make a disjunction of element selectors with jQuery?

blitzkrieg

New Member
What I need is something like this:\[code\]$('element1 or element2').mouseover(function(){ $('element3').show(effects,blah);});\[/code\]I hope I just overlooked this possibility in the jQuery docs.
 
Top