[jquery-dev] Re: aborting Ajax calls the success callback

2010-01-17 Thread alexander farkas
I think calling error: with a statusText of abort would be the more intuitive way of handling this. Sorry, why should you want to handle abort the same way you handle an error? If you intentional abort a request, it stops/completes, but i don´t see an error in this. Why not simply use the

[jquery-dev] Re: Bug in 1.4rc1 $.extend

2010-01-17 Thread Tyron
Well, I've got your point, and changed my code to var data = jQuery.extend(true, [], arrComp); With that, I wanted to make a copy of arrComp into data, so that deleting something in data won's mess with arrComp, right? Testing like you did (and even if I make arrComp.toSource() , copy the content

[jquery-dev] Re: Binding change on an select though .live() doesn't seem to work in IE using jQuery 1.4

2010-01-17 Thread alexander farkas
I have looked into this. The trigger-line in the testChange-function has to be changed from this: return jQuery.event.trigger( e, arguments[1], this ); to this: return jQuery.event.trigger( e, arguments[1], elem ); Additional It seems, that there was a typo. The condition above contains the

[jquery-dev] Using hide('slide') will DESTROY most UI Widgets!

2010-01-17 Thread Kevin Dalman
If a UI widget like Tabs or Accordion is inside a DIV that is hidden and reshown using $(elem).hide('slide') and $(elem).show('slide'), the widget is completely destroyed! In other words, all widgets styles and events are removed. This bug does not occur when using slideToggle(). Here is a demo

[jquery-dev] Re: [OT] Maybe it's not yet time to move to the forums...

2010-01-17 Thread Kevin Dalman
Still sending confirmation emails as of Jan 17. However I never got the first one and had to go to accounts page and click 'send again' - worked that time. It is a little confusing as to which 'group' the new forum is supposed to be? It is only the dev group or BOTH the general and dev groups

Re: [jquery-dev] Re: [OT] Maybe it's not yet time to move to the forums...

2010-01-17 Thread John Resig
The new forum is jquery-en, jquery-ui, jquery-dev, and jquery-ui-dev combined. So yes, we will be directing people away to the new one in a couple days. We're still working on some outstanding issues but we hope to get them resolved soon. --John On Sun, Jan 17, 2010 at 11:16 AM, Kevin Dalman

[jquery-dev] Re: jQueryLINT

2010-01-17 Thread James Padolsey
Yesterday, after seeing this thread, I started work on a jQuery Lint script. You can see it here: http://github.com/jamespadolsey/jQuery-Lint It does a few basic checks - argument signatures being the main one. It also tries to combat lack-of-caching with selections, and it will warn you when

[jquery-dev] 1.4: xhr.readyState assignment crash (ajax.js line 461)

2010-01-17 Thread Steven Black
(Re-posted here since there is currently zero traction on the new forum) I have a question about code in ajax.js that is crashing for me in both FF (latest) and IE (latest). The code below starts on line 453 of th ajax.js module. -- (Note: In the released build this line ended-up at line number

Re: [jquery-dev] 1.4: xhr.readyState assignment crash (ajax.js line 461)

2010-01-17 Thread John Resig
Replied over in the forum. --John On Sun, Jan 17, 2010 at 4:53 PM, Steven Black ste...@stevenblack.com wrote: (Re-posted here since there is currently zero traction on the new forum)  I have a question about code in ajax.js that is crashing for me in both FF (latest) and IE (latest).

[jquery-dev] Re: jQueryLINT

2010-01-17 Thread DBJDBJ
James, In your source You have to mention whose idea was this And where have you found out about it : this forum + this thread ... Thanks : DBJ On Jan 17, 9:22 pm, James Padolsey jamespadol...@googlemail.com wrote: Yesterday, after seeing this thread, I started work on a jQuery Lint

[jquery-dev] Re: Feature Request: css rules

2010-01-17 Thread Mike
Thank you Karl, that seems to be exactly what I was looking for! @Andrea... I know it's potentially a bit of a rare case but I've had to make some changes to an old page where the css was static but the page had rows (not table rows) that needed to be able to update based on the width of the