[jquery-dev] 1.4a1: need help identify an error

2009-12-14 Thread pixeline
Hello, I'm trying out 1.4a1 on my application. Something breaks from 1.3.2 and firebug returns this error message: name is undefined jquery-1.4a1.js Line 4047 which line is: name = name.replace( rupper, "-$1" ).toLowerCase(); Can you help me see if this is due to an i

[jquery-dev] ajaxStart() question / suggestion

2009-03-06 Thread pixeline
Hello, I'm trying to set a function that should be triggered on all ajax start events. Therefore i thought i should use $.ajaxStart(myFunc); What my function should do is overlay the specific DOM element that will receive the new content with a throbber, "please wait" div, typically the element

[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] [jquery 13.beta1] selector issue , using the wildcard *

2008-12-23 Thread pixeline
var allItems = $('div.ds-item', datascape); (...) $('*', allItems).not('p, a,form').show(); triggers this error in firebug: Error: match[3] is undefined jquery-1.3b1.js Line 1812 testcase here: http://pixeline.be/experiments/jquerybeta/test1.html it seems related to the use of the wildcard '*

[jquery-dev] Re: Help Test jQuery 1.3 Beta 1

2008-12-22 Thread pixeline
@john & the team: congratulation on your hard work. i just threw the beta instead of the 1.2.6 and it seems i'm rediscovering my interface: much snappier effects, more fluid animations. I found 2 bugs related to selectors. the bug tracker seems to be down, so here they are, sorry if that's incon