aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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 for bug #962.John Resig2007-03-012-3/+7
|
* 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/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 #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-231-3/+6
| | | | | * Added href attribute test to test suite * Updated Changelog
* Added test for #977Jörn Zaefferer2007-02-191-1/+7
|
* Removing fix for #910 causing Safari to crashBrandon Aaron2007-02-171-1/+1
|
* Update for src and href attribute selectors fixBrandon Aaron2007-02-141-1/+1
|
* Improved jQuery.prop to handle "px" on computed valuesJörn Zaefferer2007-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 #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
|
* Small optimization to jQuery.prop, saving 2 or 3 bytesJörn Zaefferer2007-02-031-4/+3
|
* Added test for #745Jörn Zaefferer2007-01-311-1/+2
|
* Fixed #874Jörn Zaefferer2007-01-312-1/+4
|
* Fix for #883Jörn Zaefferer2007-01-312-2/+4
|
* Removed unnecessary commentJörn Zaefferer2007-01-231-1/+0
|
* Fix/test for #861Jörn Zaefferer2007-01-232-3/+14
|
* Removed another log statement; fixed add(Array) for IE (IE reports ↵Jörn Zaefferer2007-01-231-1/+1
| | | | form.elements.nodeName == "FORM")
* Removed log statementJörn Zaefferer2007-01-231-1/+1
|
* Fixed not(jQuery) (need. more. tests.)Jörn Zaefferer2007-01-232-10/+11
|
* Added in jQuery.nodeName() to simplify checking nodeName constantly.John Resig2007-01-221-3/+7
|
* Fixed this issue: $("<div>foo\nbar</div>");John Resig2007-01-221-1/+2
|
* Removed some extra code that ifFunction deprecated.John Resig2007-01-221-2/+1
|
* Added new function-testing code that is completely cross-browser compatible.John Resig2007-01-221-1/+4
|
* Fixed issue with .add()ing individual elements - and with .add()ing form ↵John Resig2007-01-201-1/+4
| | | | elements (since they report a .length.
* Added a fix for $("#noexist").attr("id") breaking.John Resig2007-01-201-1/+1
|
* prop fix takes also "line-height" into account (see #812)Jörn Zaefferer2007-01-171-1/+1
|
* prop fix takes also "zoom" into account (see #803)Jörn Zaefferer2007-01-171-1/+1
|
* Fix for #806Jörn Zaefferer2007-01-172-2/+2
|
* Reverted optimization to jQuery function, fixing broken jQuery-as-context, ↵Jörn Zaefferer2007-01-172-6/+11
| | | | added test (fix for #804)
* Fixed typoooo.Jörn Zaefferer2007-01-171-1/+1
|
* Improved docs for $.merge, clearly stating that the first argument is altered.Jörn Zaefferer2007-01-171-6/+7
|