Klaus Hartl Wed, 15 Aug 2007 12:37:23 -0700
Matt Stith wrote:
I would do something like $("#X").add(".Y");
I would do something like
$("#X").add(".Y");
Just group the selectors: $('#X, .Y') --Klaus