This website requires JavaScript.
Explore
Help
Sign In
deac
/
jquery
Watch
1
Star
0
Fork
You've already forked jquery
0
Code
Issues
Pull requests
Releases
Wiki
Activity
dcbec1f498
jquery
/
src
History
John Resig
cc70e03ec7
Made the .unqiue() within .find() optional (speeds up calls).
2009-01-06 16:17:50 +00:00
..
ajax.js
jquery ajax: File size optimization for compressed code.
2009-01-04 21:15:02 +00:00
core.js
Made the .unqiue() within .find() optional (speeds up calls).
2009-01-06 16:17:50 +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
The triggered flag was being set too early, which was preventing bubbling form working when a
2009-01-05 20:43:24 +00:00
fx.js
jquery fx: Shortening the code additions on [6037].
2009-01-05 12:05:38 +00:00
intro.js
jquery intro: looks nicer when built
2009-01-05 12:09:04 +00:00
offset.js
Moved from the old JSMin to using YUIMin for compressing the jQuery source. Additionally landed some improvements from
#3770
which dramatically reduce the filesize. The final minifed + gzipped size of jQuery went from 19817 bytes to 18063 bytes.
2009-01-04 15:29:27 +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
jquery selector: Replacing {0,1} for ? in a regex.
2009-01-05 23:19:58 +00:00
support.js
Landed cross-browser support for tabIndex, by Scott, closes ticket
#3649
.
2009-01-05 17:34:42 +00:00