aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed some un-needed code from css() and fixed a bug with how Safari ↵John Resig2007-03-161-6/+2
| | | | handles childNodes in makeArray.
* Added a test for bug #997.John Resig2007-03-161-1/+10
|
* Added all the tests for isFunction, fixed bug #1026.John Resig2007-03-162-1/+77
|
* A pack of animation fixes for #24, #260, #744, #799, #1003, and #1021.John Resig2007-03-151-24/+26
|
* Fix for Rev 1511Brandon Aaron2007-03-111-1/+1
|
* Clean up for revision 1462: "Fix for Safari crashes when doing DOM ↵Brandon Aaron2007-03-091-3/+1
| | | | Manipulations" to use jQuery.makeArray
* Fix generic event handler and $events expando removal for IEBrandon Aaron2007-03-051-1/+1
|
* Fix generic event handler and $events expando removal for IEBrandon Aaron2007-03-051-4/+4
|
* 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.
* Fix for Safari crashes when doing DOM ManipulationsBrandon Aaron2007-02-281-1/+3
|
* Removed docs breaking xml docsJörn Zaefferer2007-02-271-4/+0
|
* 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
|
* Fix for #964Brandon Aaron2007-02-252-7/+29
|
* Fix for #910Brandon Aaron2007-02-251-2/+2
|
* Fix for #997Brandon Aaron2007-02-251-1/+1
|
* Fix for #979Jörn Zaefferer2007-02-251-0/+2
|
* Fix for #921Brandon Aaron2007-02-231-1/+3
|
* * Fixed IE ID selectors selecting by the name attribute and added testsBrandon Aaron2007-02-233-7/+18
| | | | | * Added href attribute test to test suite * Updated Changelog
* Added a test case for bug #986.John Resig2007-02-221-3/+4
|
* Fix for #991Jörn Zaefferer2007-02-221-8/+14
|
* Added test for #977Jörn Zaefferer2007-02-191-1/+7
|
* 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.
* 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
|
* 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
|
* 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-061-1/+1
| | | | more often, see coreTest.js attr(String) for an example
* Fix for #907Jörn Zaefferer2007-02-052-3/+17
|
* 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-311-1/+2
|