[jquery-dev] Re: ajax module: no complete event on abort

2009-12-04 Thread Dave Methvin
> While refactoring $.ajax, I realized aborting a request doesn't fire > complete. While this could make sense for early abort (beforeSend) since > ajaxStart hasn't been fired yet, it is quite awkward later on when timeout > does fire the event while being nothing more than an automated abort. The

Re: [jquery-dev] Re: jQuery 1.4 Alpha 1 Released

2009-12-04 Thread John Resig
Shamed Yehuda into fixing it: http://github.com/jquery/jquery/commit/d684122be0ce3484fb9a4ead11db98d18c5805e7 ;) Thanks for the catch! --John On Fri, Dec 4, 2009 at 9:03 PM, helianthus wrote: > i guess i just found a bug? > At line 3961, the filter variable is not declared properly. > After

[jquery-dev] Re: jQuery 1.4 Alpha 1 Released

2009-12-04 Thread helianthus
i guess i just found a bug? At line 3961, the filter variable is not declared properly. After adding back a "var" at the beginning, the error in my app is gone. (Strangely, at the same line no semicolon at the end?) On Dec 5, 4:44 am, John Resig wrote: > More details > here:http://blog.jquery.c

[jquery-dev] attr() argument length bug

2009-12-04 Thread Jonathan Sharp
http://dev.jquery.com/ticket/5571 - Jonathan -- 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...@googlegro

Re: [jquery-dev] jQuery 1.4 Alpha 1 Released

2009-12-04 Thread Julian Aubourg
Nice, I'll be sure to test it :) 2009/12/4 Elijah Insua > Awesome! > > Great work guys! > > -- Elijah > > > On Fri, Dec 4, 2009 at 3:44 PM, John Resig wrote: > >> More details here: >> http://blog.jquery.com/2009/12/04/jquery-14-alpha-1-released/ >> >> --John >> >> -- >> >> You received this me

Re: [jquery-dev] jQuery 1.4 Alpha 1 Released

2009-12-04 Thread Elijah Insua
Awesome! Great work guys! -- Elijah On Fri, Dec 4, 2009 at 3:44 PM, John Resig wrote: > More details here: > http://blog.jquery.com/2009/12/04/jquery-14-alpha-1-released/ > > --John > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery Development" grou

[jquery-dev] jQuery 1.4 Alpha 1 Released

2009-12-04 Thread John Resig
More details here: http://blog.jquery.com/2009/12/04/jquery-14-alpha-1-released/ --John -- 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

[jquery-dev] ajax module: no complete event on abort

2009-12-04 Thread Julian Aubourg
While refactoring $.ajax, I realized aborting a request doesn't fire complete. While this could make sense for early abort (beforeSend) since ajaxStart hasn't been fired yet, it is quite awkward later on when timeout does fire the event while being nothing more than an automated abort. I also noti

[jquery-dev] Re: Building/developing jQuery on Windows

2009-12-04 Thread DBJDBJ
Ugh, got bogged down with "something completely different" ... back on track and proceeding today ... On Dec 3, 5:29 pm, Dave Methvin wrote: > > I was wrong. jQuery "building" on (almost) any windows can be done > > with one wsf file. > > I am making it right now. > > Please do share! :) -- Yo