Re: [jquery-dev] Re: feature request: traversing through iframes

2009-12-09 Thread John Resig
Although, certainly any page that lacks support for iframes is going to also have significant problems running jQuery. At this point though, I do agree - a bit too much magic. --John On Wed, Dec 9, 2009 at 9:24 AM, Dave Methvin wrote: > This creates a divergence between what a CSS selector me

[jquery-dev] Re: feature request: traversing through iframes

2009-12-09 Thread Dave Methvin
This creates a divergence between what a CSS selector means and what a jQuery selector means. Think about this code: http://google.com";> This browser doesn't support iframes, or has them disabled. This css selector will make the error message bold: iframe p { font-weight: bold } With th