John Resig
|
bcbd06b66f
|
Removed the revision info and fixed the date pull to work against git log instead of SVN.
|
2009-10-23 03:25:40 -04:00 |
|
John Resig
|
a0451f162e
|
Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro.
|
2009-05-20 21:12:08 +00:00 |
|
Ariel Flesler
|
0c1653249a
|
jquery intro: looks nicer when built
|
2009-01-05 12:09:04 +00:00 |
|
John Resig
|
192d6cd4a3
|
Moved the copyright to the intro file, added a ! so that it passes through YUIMin untouched, and changed the Date and Revision so that they're now generated automatically based upon all of jQuery rather than just the core file.
|
2009-01-04 23:34:18 +00:00 |
|
John Resig
|
f53aa62fd3
|
Only bind .ready() once per instance of jQuery - and only bind if the ready() method is actually called (nothing is bound if window/load is used).
|
2007-08-22 06:51:41 +00:00 |
|
John Resig
|
c8bd6e0a4a
|
You can now assign jQuery to random namespaces - very cool. (Bug #1393)
|
2007-08-21 07:00:06 +00:00 |
|
John Resig
|
b6d920cf05
|
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.
Speed results:
http://dev.jquery.com/~john/ticket/1351/ vs.
http://dev.jquery.com/~john/ticket/1351/113.html vs.
http://dev.jquery.com/~john/ticket/1351/112.html
|
2007-08-21 05:43:44 +00:00 |
|
John Resig
|
5e964a4a73
|
Fix for bug #983 (Packed jQuery doesn't have a license at the top of the file.)
|
2007-05-20 16:42:42 +00:00 |
|
Jörn Zaefferer
|
2ad5faf3a1
|
typo
|
2007-01-09 21:21:01 +00:00 |
|
John Resig
|
dbee06de85
|
Fixed a bunch of endline issues.
|
2006-10-10 01:59:20 +00:00 |
|
Jörn Zaefferer
|
770a92a594
|
Fixed bug #147, required some (ugly) modifications: changed function jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... }
|
2006-09-15 14:51:55 +00:00 |
|