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

2009-12-08 Thread Paul Bakaus
Sad :( Good though that you agree it would be nice to have. Let me know when you wake up one day and have the solution in your head :) On Wed, Dec 9, 2009 at 4:54 PM, John Resig wrote: > I don't think there are other cases where find works differently than > the traditional selector. > > As it

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

2009-12-08 Thread John Resig
I don't think there are other cases where find works differently than the traditional selector. As it stands I don't really see a way to land this change in a way that won't A) Slow down code and B) Provide weird and inconsistent results. Seems like it's probably a no-go. It's funny because I act

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

2009-12-08 Thread Paul Bakaus
On Wed, Dec 9, 2009 at 4:06 PM, John Resig wrote: > The problem with this particular proposal is that it kind of throws > out the fact that Sizzle works right to left on the selector. We > currently evaluate the left-hand-side of the selector first ONLY if > there's an #id at the beginning. So we

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

2009-12-08 Thread John Resig
The problem with this particular proposal is that it kind of throws out the fact that Sizzle works right to left on the selector. We currently evaluate the left-hand-side of the selector first ONLY if there's an #id at the beginning. So we could, theoretically, get your proposal to work but ONLY if

[jquery-dev] feature request: traversing through iframes

2009-12-08 Thread Paul Bakaus
Hey guys, here's a feature request I just added as a ticket ( http://dev.jquery.com/ticket/5617). I was thinking about this for a long time and came to the conclusion that this really fits into Core, not into a plugin IMHO. Useful and small enough for a broad audience. Ticket content: Currently,

[jquery-dev] Re: What's wrong in my code?

2009-12-08 Thread DBJDBJ
/you too -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this

[jquery-dev] Ajax refactoring V2

2009-12-08 Thread Julian Aubourg
Just comitted version 2 of the ajax refactoring for those interested. The tree is in sync with latest jQuery tree. No more global transport selection function: transports are now bound to dataTypes through jQuery.ajax.bindTransport( dataTypeSelector, factoryFunction ). The dataTypeSelector is a st

Re: [jquery-dev] Ant build

2009-12-08 Thread Julian Aubourg
My bad, I see what you changed and I didn't merge properly. 2009/12/8 Julian Aubourg > After I added git to my path (I used the bash version), it is still not > working: > > BUILD FAILED > C:\wamp\www\zend\jQueryJulian\jquery\build.xml:44: > C:\wamp\www\zend\jQueryJulian\jquery\${SRC_DIR} not fo

Re: [jquery-dev] Ant build

2009-12-08 Thread Julian Aubourg
After I added git to my path (I used the bash version), it is still not working: BUILD FAILED C:\wamp\www\zend\jQueryJulian\jquery\build.xml:44: C:\wamp\www\zend\jQueryJulian\jquery\${SRC_DIR} not found. Worked flawlessly (with manual git cloning/pulling of qunit & sizzle) before. I'm under Vista

Re: [jquery-dev] Ant build

2009-12-08 Thread Jörn Zaefferer
Fixed the ant build (build.xml) to clone/pull both Sizzle and QUnit. Tested on Windows XP. Jörn On Tue, Nov 10, 2009 at 4:37 AM, Justin Meyer wrote: > Does building with Ant work from github anymore? I'm guessing no b/c > it needs to get QUnit/Sizzle. > > Would it be nice if you could pull in d

Re: [jquery-dev] Re: What's wrong in my code?

2009-12-08 Thread Guillermo Rauch
/me too On Tue, Dec 8, 2009 at 9:37 AM, Julian Aubourg wrote: > *2* DBJDBJ ! Scary ;) > > /me hides > > 2009/12/8 Daniel Friesen > > More like Google Groups strikes again. John already noted how bad Google >> Groups is in dealing with address spoofing. >> >> ~Daniel Friesen (Dantman, Nadir-Seen-

Re: [jquery-dev] Re: What's wrong in my code?

2009-12-08 Thread Julian Aubourg
*2* DBJDBJ ! Scary ;) /me hides 2009/12/8 Daniel Friesen > More like Google Groups strikes again. John already noted how bad Google > Groups is in dealing with address spoofing. > > ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name] > > DBJDBJ wrote: > > This made me to imm

Re: [jquery-dev] Re: What's wrong in my code?

2009-12-08 Thread Daniel Friesen
More like Google Groups strikes again. John already noted how bad Google Groups is in dealing with address spoofing. ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name] DBJDBJ wrote: > This made me to immediately change my google password ... > And to do a deep-scan on my (we

[jquery-dev] Re: What's wrong in my code?

2009-12-08 Thread DBJDBJ
This made me to immediately change my google password ... And to do a deep-scan on my (well protected) workstation >:o( I have no clue what is this? Certainly not my post ! On Dec 8, 4:11 pm, John Resig wrote: > > What? Never heard of that before... > > That's because it's not true. DBJDBJ, plea

Re: [jquery-dev] Re: What's wrong in my code?

2009-12-08 Thread John Resig
> What? Never heard of that before... That's because it's not true. DBJDBJ, please at least try to provide correct information to people on this list, thanks. --John -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group,

[jquery-dev] Re: What's wrong in my code?

2009-12-08 Thread James Padolsey
What? Never heard of that before... On Dec 8, 2:28 pm, DBJDBJ wrote: > Also please be sure to have jquery attribute present, like so: > > jquery="1.3.2" > > > This switches on, undocumented jQuery event handling. And also > greatley improves the overal conformance of the jQuery W3C/CSS3 > relate

[jquery-dev] Re: What's wrong in my code?

2009-12-08 Thread DBJDBJ
Also please be sure to have jquery attribute present, like so: This switches on, undocumented jQuery event handling. And also greatley improves the overal conformance of the jQuery W3C/CSS3 related meta patterns -- You received this message because you are subscribed to the Google Groups

[jquery-dev] Rubygems for Javascript

2009-12-08 Thread weepy
Hi this is slightly off topic, but I thought you Javascript Gurus might be interested in Beans (rubygems-like framework for javascript) http://blog.parkerfox.co.uk/2009/12/08/beans-rubygems-for-javascript/ http://github.com/weepy/bean-server Cheers Jonah -- You received this message because y