tags:

views:

40

answers:

1

I want to use closest to find the closest tr or div. What's the proper syntax to "or" them together?

+4  A: 

Try something like "tr,div".

floatless
Yeah... I tried that. Turns out the bug was somewhere else in my code and only *thought* I was using the wrong syntax. Thanks.
Mark