Hi there,

I am having a few problems with Firebug throwing CSS errors with
jQuery selectors, and hope you'll be able to help - as I didn't get
any feedback from the jQuery discussion...

Look at those 2 jQuery objects:

$(".ivts_thead").find("tr:first").find("td")

$(".ivts_thead tr:first td")

I get in both cases the same result, the expected elements are in my
object, but in the second case, I get a Firebug warning saying
"Unknown pseudo-class or pseudo-element 'first'".

This happens each time I am adding any :filter to any selector which
uses more than one single expression.

Does that mean that I should create my selectors as I did in the first
case? That wouldn't be very handy... Or is it a Firebug's bug?

Thanks!

Thomas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to