jquery/src
2009-01-28 22:38:00 +00:00
..
ajax.js Landed a fix for timeouts not being aborted properly. Fixes jQuery bug #3874. 2009-01-21 21:46:53 +00:00
core.js Made sure that .removeClass(null) doesn't throw an exception. Fixes #3847. 2009-01-20 17:33:25 +00:00
data.js jquery data: Fixed a weird patch merging issue from [6011] 2008-12-30 02:43:14 +00:00
dimensions.js Added the new jQuery.support object and removed all uses of jQuery.browser from within jQuery itself (while simultaneously deprecating the use of jQuery.browser). 2008-12-21 21:22:44 +00:00
event.js Added a fix, suggested by Diego, for IE firing the ready event too late. Fixes bug #3988. 2009-01-28 22:38:00 +00:00
fx.js jquery fx: sync animations were being left on jQuery.timers (double callback) 2009-01-14 23:09:52 +00:00
intro.js jquery intro: looks nicer when built 2009-01-05 12:09:04 +00:00
offset.js Added some missing spaces - helps to calm XHTML error messages in Safari. 2009-01-20 15:46:40 +00:00
outro.js Fix for a selector speed regression (calling a simple selector many times resulted in a significant speed down). This has been fixed by breaking the RegExps out into the global scope. This required that a closure be implemented around the full jQuery script (which is now the case). Some simple changes were made in addition to the RegExp one, allowing for some greater flexibility on our part - and hopefully better compression. 2007-08-21 05:43:44 +00:00
selector.js Made the getAttribute check more explicit - comment nodes don't have getAttribute in XUL documents. Fixes jQuery bug #3870. 2009-01-23 19:36:59 +00:00
support.js Added a trailing / in the innerHTML support test to allow it to not 2009-01-13 15:08:11 +00:00