[jquery-dev] Re: $('div:has("p+p')') causes browser to freeze with jQuery 1.3

2009-01-15 Thread David Hulbert
; $('div:has("p+p')') > has a single-quote error (should be double-quoted) after the second 'p'. > > Diogo > > > > On Thu, Jan 15, 2009 at 11:23 AM, John Resig wrote: > > > As I mentioned in another thread, this looks like a bug and should

[jquery-dev] Re: :eq(n) issue

2009-01-15 Thread David Hulbert
Is this issue related to this? $('div:has("p+p")') // goes into infinite loop with this HTML 1 Test case: http://jsbin.com/atiha/edit Or should I file a bug? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery

[jquery-dev] $('div:has("p+p')') causes browser to freeze with jQuery 1.3

2009-01-15 Thread David Hulbert
I get: "A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue." With the code: $('div:has("p+p')') And the HTML: 1 This worked fine with jQuery 1.2.6. Test case: http://jsbin.com/atiha/edi