Matt Stith wrote:
I would do something like

$("#X").add(".Y");


Just group the selectors:

$('#X, .Y')



--Klaus

Reply via email to