aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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 ↵Jörn Zaefferer2007-01-232-2/+2
| | | | form.elements.nodeName == "FORM")
* Modified toggle() test to stop IE from browsing to another site, problem not ↵Jörn Zaefferer2007-01-231-3/+7
| | | | solved
* Removed log statementJörn Zaefferer2007-01-231-1/+1
|
* Fixed not(jQuery) (need. more. tests.)Jörn Zaefferer2007-01-232-10/+11
|
* Fixed an issue with child selectors that also have filters.John Resig2007-01-221-2/+2
|
* Added in jQuery.nodeName() to simplify checking nodeName constantly.John Resig2007-01-222-8/+12
|
* Refactored the trigger code a little bit.John Resig2007-01-221-17/+18
|
* You had to have an event bound in order to trigger an event - which is not ↵John Resig2007-01-221-1/+2
| | | | necessarily the case.
* Fixed an issue with child selectors accidentally triggering filter mode.John Resig2007-01-221-2/+3
|
* Fixed doing $.post() without any params.John Resig2007-01-221-0/+5
|
* 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
|
* Triggered event handlers are only executed once now.John Resig2007-01-221-2/+10
|
* Added new function-testing code that is completely cross-browser compatible.John Resig2007-01-221-1/+4
|
* Quick code optimization in trigger.John Resig2007-01-221-7/+5
|
* Fixed some more nodeName inconsistencies.John Resig2007-01-221-2/+2
|
* Fixed an issue with child selectors and XML documents (nodeName isn't in ↵John Resig2007-01-221-1/+1
| | | | all-caps, and it was assumed that it was).
* 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 an undefined param being passed to a load.John Resig2007-01-201-1/+1
|
* Added a fix for $("#noexist").attr("id") breaking.John Resig2007-01-201-1/+1
|
* Simplified check for XMLHttpRequest (saving a few bytes) and fixed load()-testJörn Zaefferer2007-01-172-3/+3
|
* 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
|