[jquery-dev] 1.3b2 live event delegation - callback not firing when bound to more than one event

2009-01-07 Thread Chris Tan
If the same callback function is bound to more than one jQuery live event it will only fire for the last registered event. version: jQuery v1.3b2pre rev 6052 ticket: http://dev.jquery.com/ticket/3787 test page: http://csytan.googlepages.com/livetest.html Thanks for the great update, Chris --~--

[jquery-dev] is support for $.live(fn) planed?

2009-01-07 Thread Iraê
I was looking for replacement for $(sel).livequery(function() {}) in 1.3b2 but it seems not to be planed. Since most of the livequery functionality will become obsolete by .live () may be this also could be covered? If so, porting a site with livequery+jquery1.2.x to jquery1.3 would be as simple

[jquery-dev] Re: xml is case sensitive

2009-01-07 Thread Nour Sharabash
Btw, this is running bleeding edge firefox (shiretoko) On Jan 7, 2009 7:38 PM, "Nour Sharabash" wrote: Hi jQuery dev, First post--haven't read or searched the group so forgive me if this has been mentioned. Anyway, xml is case sensitive, so jQuery breaks with content that is rendered applicati

[jquery-dev] 1.3b2 - live event delegation doesn't work with objects

2009-01-07 Thread Kean
I searched in this mailing list and other also bug tracker but cannot find a discussion of this. There's no documentation for the live method so I assume this is a bug. Here's the simplest case $(function(){ // this does not work $(document.body).live('click',function(){ alert('works!');

[jquery-dev] Re: 1.3b2 trouble with selectors on nested contexts in XML documents

2009-01-07 Thread Nour Sharabash
I just posted about this. The bug is on account of jquery using toUpperCase on the dom property nodeName, as jQuery assumes that the dom is implemented like this. However, strictly speaking, xml nodes are case sensitive so this property isn't set in all caps when the content is negotiated as appli

[jquery-dev] xml is case sensitive

2009-01-07 Thread Nour Sharabash
Hi jQuery dev, First post--haven't read or searched the group so forgive me if this has been mentioned. Anyway, xml is case sensitive, so jQuery breaks with content that is rendered application/xml+xhtml because jQuery assumes capital letters in the HTML dom's implementation with respect to the p

[jquery-dev] Re: 1.3beta 2 $().load() does not function if there is a hash in the url

2009-01-07 Thread John Resig
Thanks! --John On Wed, Jan 7, 2009 at 5:01 PM, Alexandre Plennevaux wrote: > voilà! http://dev.jquery.com/ticket/3808 > > On Wed, Jan 7, 2009 at 10:53 PM, Alexandre Plennevaux > wrote: >> i will as soon as the bug tracker page finishes loading :) >> >> Don't know if that helps to have it in

[jquery-dev] Re: 1.3beta 2 $().load() does not function if there is a hash in the url

2009-01-07 Thread Alexandre Plennevaux
voilà! http://dev.jquery.com/ticket/3808 On Wed, Jan 7, 2009 at 10:53 PM, Alexandre Plennevaux wrote: > i will as soon as the bug tracker page finishes loading :) > > Don't know if that helps to have it included on time, but i solved it > in my code like this: > > var href = $(this).attr('href')

[jquery-dev] Re: 1.3beta 2 $().load() does not function if there is a hash in the url

2009-01-07 Thread Alexandre Plennevaux
i will as soon as the bug tracker page finishes loading :) Don't know if that helps to have it included on time, but i solved it in my code like this: var href = $(this).attr('href').replace(/#.*/, ""); //IE does not like hash in urls On Wed, Jan 7, 2009 at 10:44 PM, John Resig wrote: > > Do

[jquery-dev] Re: 1.3beta 2 $().load() does not function if there is a hash in the url

2009-01-07 Thread John Resig
Do you want to file this in the bug tracker? Be sure to mention that this bug exists in jQuery 1.2.6 and 1.3. Unfortunately we probably won't be able to get to it in time for 1.3 final. --John On Wed, Jan 7, 2009 at 4:38 PM, pixeline wrote: > > Hello, > > Internet explorer fails to load a url

[jquery-dev] 1.3beta 2 $().load() does not function if there is a hash in the url

2009-01-07 Thread pixeline
Hello, Internet explorer fails to load a url that contains a hash. See: http://pixeline.be/experiments/jquerybeta/test2.html It does not work in 1.2.6 either, so it's probably related to a known IE shortcoming ? I lost a few thousand hairs before finding the cause of that load failure. HTH Al

[jquery-dev] Re: a change in bind?

2009-01-07 Thread John Resig
Oh, ok - thanks for the heads-up, Scott. --John On Wed, Jan 7, 2009 at 11:53 AM, Scott González wrote: > > I don't think this is actually a problem with jQuery. All previous > releases of jQuery UI are incompatible with jQuery 1.3. jQuery UI's > current SVN is compatible with 1.3 and incomp

[jquery-dev] Re: a change in bind?

2009-01-07 Thread Scott González
I don't think this is actually a problem with jQuery. All previous releases of jQuery UI are incompatible with jQuery 1.3. jQuery UI's current SVN is compatible with 1.3 and incompatible with 1.2.6. I tried running the above event handler against a current demo (http:// jquery-ui.googlecode.com

[jquery-dev] Re: Accordion on list with nested UL

2009-01-07 Thread John Resig
This question would work better in the jQuery UI group: http://groups.google.com/group/jquery-ui --John On Wed, Jan 7, 2009 at 3:01 AM, nicknickoli wrote: > > Hi, I'm trying to use accordion with a Drupal book-menu list and it > seems to fail with nested ULs. Out of the box the script opens s

[jquery-dev] Accordion on list with nested UL

2009-01-07 Thread nicknickoli
Hi, I'm trying to use accordion with a Drupal book-menu list and it seems to fail with nested ULs. Out of the box the script opens sub- lists but then crashes after mousing off one of them. Are there limits on how lists can be built? This HTML is the default coming out of Drupal?! v1.6 Revision