aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for bug #962.John Resig2007-03-012-3/+7
|
* Cleaned up how event removing was handled. All expandos are now removed when ↵John Resig2007-03-012-23/+36
| | | | they are no longer needed. Additionally, a bug where all events are unbound if an incorrect event handler is provided, was fixed.
* Disabled the test suite in Safari.John Resig2007-02-281-2/+3
|
* Fix for Safari crashes when doing DOM ManipulationsBrandon Aaron2007-02-281-1/+3
|
* Removed docs breaking xml docsJörn Zaefferer2007-02-271-4/+0
|
* We're now at version 1.1.2.1.1.2John Resig2007-02-271-1/+1
|
* Fixed list of destructive methods in end() docsJörn Zaefferer2007-02-271-24/+4
|
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/JavaScriptJörn Zaefferer2007-02-271-1/+1
|
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/AjaxJörn Zaefferer2007-02-271-14/+24
|
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/EffectsJörn Zaefferer2007-02-271-2/+5
|
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/EventsJörn Zaefferer2007-02-271-14/+30
|
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/CSSJörn Zaefferer2007-02-271-1/+1
|
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/DOM/TraversingJörn Zaefferer2007-02-271-12/+50
|
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/DOM/AttributesJörn Zaefferer2007-02-271-10/+15
|
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/CoreJörn Zaefferer2007-02-271-17/+27
|
* Reverting my packer changes - need more testing.John Resig2007-02-271-1/+1
|
* Fix for #964Brandon Aaron2007-02-253-7/+30
|
* Fix for #910Brandon Aaron2007-02-252-2/+3
|
* Fix for #997Brandon Aaron2007-02-252-2/+3
|
* Added change note for #979Jörn Zaefferer2007-02-251-0/+1
|
* Fix for #979Jörn Zaefferer2007-02-251-0/+2
|
* 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 ↵John Resig2007-02-251-27/+36
| | | | changelog.
* 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 href attribute test to test suite * Updated Changelog
* 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' ↵John Resig2007-02-181-12/+12
| | | | property was causing problems with elements whom had that ID.
* 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 ↵John Resig2007-02-134-4/+4
| | | | directory named 'jquery' in order to build properly.
* 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 ↵Brandon Aaron2007-02-091-2/+4
| | | | crash safari
* 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 ↵Jörn Zaefferer2007-02-062-2/+20
| | | | more often, see coreTest.js attr(String) for an example
* Fix for #907Jörn Zaefferer2007-02-053-5/+19
|