aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A small fix that makes the Packer compressor about 10% more efficient.John Resig2007-02-251-1/+1
* Updated the ChangeLog to be a standard wiki format and included the 1.1.1 cha...John Resig2007-02-251-27/+36
* Fix for #921Brandon Aaron2007-02-232-1/+4
* * Fixed IE ID selectors selecting by the name attribute and added testsBrandon Aaron2007-02-234-7/+20
* Added a test case for bug #986.John Resig2007-02-221-3/+4
* Added fix notesJörn Zaefferer2007-02-221-0/+2
* Fix for #991Jörn Zaefferer2007-02-221-8/+14
* Added test for #977Jörn Zaefferer2007-02-191-1/+7
* Added a bunch of points to the 1.1.2 changelog.John Resig2007-02-181-0/+8
* Fix for bug #959, maintaining a list of event handlers on the 'events' proper...John Resig2007-02-181-12/+12
* Minor update to the year of the MIT License.John Resig2007-02-181-1/+1
* Added a header for 1.2.John Resig2007-02-181-0/+3
* Removing fix for #910 causing Safari to crashBrandon Aaron2007-02-171-1/+1
* Rolling back fix for #914 due to firefox double evaling scriptsBrandon Aaron2007-02-171-1/+1
* Fixed a problem with the Makefile, fx wasn't being included in the build.John Resig2007-02-151-3/+2
* Added support for making a minified version of jQuery.John Resig2007-02-151-1/+14
* Update for src and href attribute selectors fixBrandon Aaron2007-02-142-2/+2
* Improved jQuery.prop to handle "px" on computed valuesJörn Zaefferer2007-02-131-1/+1
* Fixed some bugs with building jQuery - it required that you were in a directo...John Resig2007-02-134-4/+4
* Fix the ^= type attribute selector in firefox for href. Brandon Aaron2007-02-131-1/+1
* (no commit message)Brandon Aaron2007-02-101-3/+2
* Get actual values for attributes in IE and fix #910 so that it does not crash...Brandon Aaron2007-02-091-2/+4
* Fix for #910, for real this time.Brandon Aaron2007-02-081-1/+1
* Fix for #849Brandon Aaron2007-02-071-1/+1
* Fix for #914.Brandon Aaron2007-02-071-1/+1
* Fix for #910Brandon Aaron2007-02-072-2/+7
* Fix for #745Brandon Aaron2007-02-072-5/+5
* Added equals helper for easier debugging of failed tests, soon to be used mor...Jörn Zaefferer2007-02-062-2/+20
* Fix for #907Jörn Zaefferer2007-02-053-5/+19
* Fixed toggle() test to exclude konquererJörn Zaefferer2007-02-051-2/+2
* Fixed the ~ selector - it was selecting in the wrong direction.John Resig2007-02-041-1/+1
* Small optimization to jQuery.prop, saving 2 or 3 bytesJörn Zaefferer2007-02-031-4/+3
* Fixed docs for trigger, describing the second argument.Jörn Zaefferer2007-01-311-1/+11
* Added test for #745Jörn Zaefferer2007-01-312-2/+3
* Fixed #874Jörn Zaefferer2007-01-312-1/+4
* Fix for #883Jörn Zaefferer2007-01-312-2/+4
* Added test for #891Jörn Zaefferer2007-01-311-1/+5
* Added test for #895Jörn Zaefferer2007-01-311-3/+6
* Fix for #884Jörn Zaefferer2007-01-311-1/+4
* Fix flicker in animationsBrandon Aaron2007-01-311-3/+2
* Fix broken build system for lite and min tasksBrandon Aaron2007-01-312-2/+2
* Added plugin build script, very useful to test compressed plugins. Modified b...Jörn Zaefferer2007-01-294-4/+4
* Removed tabs extra stuff from build fileKlaus Hartl2007-01-251-188/+172
* Removed unnecessary commentJörn Zaefferer2007-01-231-1/+0
* Fix/test for #861Jörn Zaefferer2007-01-232-3/+14
* Exclude Opera from toggle test, too (#863)Jörn Zaefferer2007-01-231-2/+2
* Removed another log statement; fixed add(Array) for IE (IE reports form.eleme...Jörn Zaefferer2007-01-232-2/+2
* Modified toggle() test to stop IE from browsing to another site, problem not ...Jörn Zaefferer2007-01-231-3/+7
* Removed log statementJörn Zaefferer2007-01-231-1/+1
* Fixed not(jQuery) (need. more. tests.)Jörn Zaefferer2007-01-232-10/+11