[jQuery] The $( exp, jQuery ) syntax is not working in 1.1

2007-01-15 Thread Karl Rudd
Love the new site. Don't mind the cleaned up API but I've got quite a lot of code that uses the $( expr, jQuery ) syntax and now it's not working. I haven't had time to wade through the code but check the following (with Firebug): spanOutside/span div spanInside/span /div console.log(

Re: [jQuery] The $( exp, jQuery ) syntax is not working in 1.1

2007-01-15 Thread limodou
On 1/15/07, Karl Rudd [EMAIL PROTECTED] wrote: Love the new site. Don't mind the cleaned up API but I've got quite a lot of code that uses the $( expr, jQuery ) syntax and now it's not working. I haven't had time to wade through the code but check the following (with Firebug):

Re: [jQuery] The $( exp, jQuery ) syntax is not working in 1.1

2007-01-15 Thread Karl Rudd
Hmmm that's all well and good but can someone please post a patch so that $/jQuery will work with a jQuery object as the context? That's how it's worked in the past and that's how the API reference says it works... Karl Rudd On 1/15/07, limodou [EMAIL PROTECTED] wrote: Yeah, I also encountered

Re: [jQuery] The $( exp, jQuery ) syntax is not working in 1.1

2007-01-15 Thread John Resig
Yeah, this is a bug. We should have a fix posted (aka 1.1.1) by this next weekend. --John On 1/15/07, Karl Rudd [EMAIL PROTECTED] wrote: Hmmm that's all well and good but can someone please post a patch so that $/jQuery will work with a jQuery object as the context? That's how it's worked in

Re: [jQuery] The $( exp, jQuery ) syntax is not working in 1.1

2007-01-15 Thread Karl Rudd
Thanks John. I should have looked in the bug tracker for the relevant bug ( http://jquery.com/dev/bugs/bug/804/ ). In the mean time I've added a temporary fix to my version. find: function( t, context ) { // Quickly handle non-string expressions if (