aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
...
* Added test for #945Jörn Zaefferer2007-03-251-1/+4
|
* Added test for #968Jörn Zaefferer2007-03-251-1/+1
|
* Added UTF8 Selector support (#1001) and fixed infinite selector loops ↵John Resig2007-03-251-0/+6
| | | | (#1025). You can now select elements by UTF8-based IDs, classes, and attributes.
* Merged my speed improvements into the jQuery core (is actually 200b smaller ↵John Resig2007-03-241-3/+19
| | | | now!). Additionally, added in some better reporting to the test suite, and fixed a bug with how selector tests were performmed.
* Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).John Resig2007-03-241-0/+1
|
* Forced the test suite into standards mode. Fixed some issues with how ↵John Resig2007-03-161-4/+7
| | | | opacity was handled in IE. Fixed a number of IE fx bugs.
* Added an initial version of the new animation test suite. (You should never ↵John Resig2007-03-152-0/+304
| | | | see red on the suite page - an error message will be generated wherever possible.)
* Disabled the test suite in Safari.John Resig2007-02-281-2/+3
|
* Reverting my packer changes - need more testing.John Resig2007-02-271-1/+1
|
* A small fix that makes the Packer compressor about 10% more efficient.John Resig2007-02-251-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.
* Added equals helper for easier debugging of failed tests, soon to be used ↵Jörn Zaefferer2007-02-061-1/+19
| | | | more often, see coreTest.js attr(String) for an example
* Fix for #907Jörn Zaefferer2007-02-051-2/+2
|
* Added test for #745Jörn Zaefferer2007-01-311-1/+1
|
* 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 ↵Jörn Zaefferer2007-01-294-4/+4
| | | | build files to allow that "external" build. Feel free to add your own plugin to the plugin build.
* Updated testsuite: To prevent crashes in Safari, each test waits for 250 ↵Jörn Zaefferer2007-01-142-2/+16
| | | | milliseconds before running the next
* API docs: Hacked multiple argument types like "Element|jQuery|String" ↵Jörn Zaefferer2007-01-111-3/+12
| | | | representation into multiple elements, each with theier own tooltip
* Fixed eval code (Thanks Fil)Jörn Zaefferer2007-01-101-1/+1
|
* Disable error reporting in PHP test filesJörn Zaefferer2007-01-102-0/+2
|
* Fixed test for object/param selection (thanks Andrea)Jörn Zaefferer2007-01-071-2/+2
|
* Fixed the docs for noConflict, fixed a bug with pager.John Resig2007-01-061-1/+3
|
* Changed "Hash" to "Map" in docsJörn Zaefferer2007-01-041-1/+1
|
* Updated test for #750Jörn Zaefferer2007-01-031-0/+5
|
* Messed around with API document: Improved layout, removed animation, added ↵Jörn Zaefferer2007-01-024-10/+9
| | | | <Content> type
* Add new test fileMike Alsup2007-01-011-0/+12
|
* Moved all the expressions tests over into selector area, out of the main suite.John Resig2006-12-311-0/+1
|
* Modified tests to show #746Jörn Zaefferer2006-12-312-1/+4
|
* Improved Mikes hack to ease testing against IE cacheJörn Zaefferer2006-12-312-1/+14
|
* Fix for #745Jörn Zaefferer2006-12-301-2/+2
|
* Implemented global ajax settings - no documentation yetJörn Zaefferer2006-12-221-2/+2
|
* A few corrections to the testsuite to imrove the failure testingJörn Zaefferer2006-12-211-3/+4
|
* Implemented a better error handling for ajax requests. Exceptions caused by ↵Jörn Zaefferer2006-12-211-1/+4
| | | | dropping connections are now handled, too.
* Got context functions back in, added noteworthy stuff, replaced js linebreak ↵Jörn Zaefferer2006-12-122-6/+20
| | | | replacer with xstl
* Fixed an issue with .find(expr,Function) and a Safari bug.John Resig2006-12-121-4/+5
|
* Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with ↵Jörn Zaefferer2006-12-051-1/+1
| | | | form plugin - may be a good convention to use beforeXXX and afterXXX everytime for callbacks...
* Introduced before callback (#384) (updated test data)Jörn Zaefferer2006-12-041-0/+6
|
* Fixed regEx to work with Unix an PC files.Mike Alsup2006-11-291-1/+1
|
* Another attempt to fix the getScript problemJörn Zaefferer2006-11-212-2/+3
|
* Improved testsuite (pass/fail indicator already exists in markup)Jörn Zaefferer2006-11-203-5/+6
|
* Testsuite 2.0Jörn Zaefferer2006-11-183-54/+80
|
* Fixed an issue with getJSON (type was not correctly passed on when data was ↵Jörn Zaefferer2006-11-171-2/+2
| | | | ommited); Added more options to $.ajax to provide more flexibility (bug #371)
* Added visual pass/fail indicator (JUnit/Eclipse style)Jörn Zaefferer2006-11-152-5/+10
|
* Modified test for load(); added fix for trigger, where it modifies data ↵Jörn Zaefferer2006-11-092-1/+4
| | | | passed to it, which causes ugly side-effects
* Refactored ajax module: Dropped internal arguments from ajax(); Modified ↵Jörn Zaefferer2006-11-032-4/+5
| | | | testsuite to improve display
* Updates to the parsing engineYehuda Katz2006-10-271-4/+3
|
* Modified core and form test suites to use a single stylesheet; Modified ↵Jörn Zaefferer2006-10-262-2/+12
| | | | form.js to use :submit instead of [@type=submit] and :image...
* Fix and tests for appending HTML options to select elements.Brandon Aaron2006-10-171-1/+1
| | | | Fixed previous tests for 193 and 170.
* Added tests for 193 and 170.Brandon Aaron2006-10-171-31/+32
| | | | Removed unused line of code from fx.
* Added test for #174; Modified failing (IE) tests for findJörn Zaefferer2006-10-131-0/+24
|