aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-274-19/+44
|\
| * Mobile WebKit browsers don't support accessing the scroll position of the doc...jeresig2010-03-251-7/+28
| * Need to expose the isLocal change globally as well.jeresig2010-03-241-1/+1
| * Temporarily disable ajax tests when running in TestSwam.jeresig2010-03-241-0/+4
| * Use custom events for testing unbind instead of the, potentially conflicting,...jeresig2010-03-241-11/+11
| * Adjust isPlainObject test to run in an iframe.jeresig2010-03-241-1/+1
* | Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-2312-34/+122
|\|
| * Make sure the offset tests work without a built jQuery file.jeresig2010-03-237-7/+64
| * Update other remote test URLs as well.jeresig2010-03-231-4/+4
| * Strip off filename and query string for JSONP Remote test.jeresig2010-03-231-1/+1
| * Update the TestSwarm URL to point to the new jQuery swarm location.jeresig2010-03-231-1/+1
| * Changed the order of the tests to run in the same order in which they're spec...jeresig2010-03-232-10/+11
| * Handle auto-running of the TestSwarm injection script in the test suite.jeresig2010-03-231-0/+10
| * Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-232-21/+41
* | Fixed an issue with setting offset of absolutely positioned element that has ...Brandon Aaron2010-03-222-3/+11
* | Added unit tests for setting offset one property at a time and added radix to...Brandon Aaron2010-03-221-7/+12
|/
* Rewrote the live/delegate submit tests to be more generic.jeresig2010-03-091-20/+6
* Make sure that special remove and teardown events get called when .die() is u...jeresig2010-03-091-10/+70
* Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD...jeresig2010-03-091-6/+12
* I take that back! It was a bug, but the cache had to be triggered and a colle...jeresig2010-03-051-5/+6
* Attempted to fix #6227, not entirely sure if it's a problem as I'm having a h...jeresig2010-03-051-1/+9
* Added in Ben Alman's proposed event.namespace property (the property holds th...jeresig2010-03-021-11/+25
* Add in the new level information to the closest(Array) test.jeresig2010-03-021-6/+6
* We no longer support globally-triggered events on plain objects. This is a tr...jeresig2010-03-021-13/+4
* More changes to get jQuery in line with JSLint.jeresig2010-03-011-23/+21
* Adding unit tests to make sure .scrollTop() and .scrollLeft() work cross-frame.brandonaaron2010-02-281-1/+9
* Use correct window reference in offset to work properly cross-frame. Fixes #6...brandonaaron2010-02-271-2/+36
* Attach data directly to plain objects, no reason to use the central jQuery.ca...jeresig2010-02-271-3/+11
* Adding in .bind(name, false), .unbind(name, false) support - an easy way to j...jeresig2010-02-271-0/+19
* Make it so that you can pass in event data to .click(), et. al. Fixes #6187.jeresig2010-02-261-0/+11
* Make sure that undefined is always returned for undefined data properties. Fi...jeresig2010-02-261-6/+16
* Make sure that unbinding on a plain javascript object works correctly. Fixes ...jeresig2010-02-261-0/+29
* Make sure that live events bubble unless explicitly told not to, like a norma...jeresig2010-02-261-25/+33
* No need to run trim on every class iteration in addClass, thanks for the head...jeresig2010-02-131-1/+5
* Adapt the nbsp entity test for Opera (output isn't as important as the fact t...jeresig2010-02-131-1/+2
* Make sure that elements that have been removed also have their special events...jeresig2010-02-131-2/+14
* Make sure that live focus and blur events also bind to the regular events, to...jeresig2010-02-131-1/+9
* When binding a change directly to a file input just passthrough to the normal...jeresig2010-02-131-0/+9
* Don't inject style elements using innerHTML as they will go away in IE. Fixes...jeresig2010-02-131-1/+6
* Added some tests to test repeated injected of scripts. Was fixed when fixing ...jeresig2010-02-131-5/+4
* Make sure that we don't try to use a detached node (that was in a fragment) a...jeresig2010-02-131-1/+11
* Make sure the fragment isn't used if it's not the same set we're working with...jeresig2010-02-131-1/+6
* If .attr() is run on no elements undefined should be returned (as should be t...jeresig2010-02-131-1/+4
* Make sure that no extra whitespace is leftover after an addClass. Fixes #6050.jeresig2010-02-131-1/+10
* Make sure leading whitespace is trimmed for parseJSON. Fixes #6031.jeresig2010-02-131-2/+4
* Make sure that the teardown is called after all the handlers of a type are re...John Resig2010-02-111-2/+6
* Ok, this should actually fix #6041 :)Ben Alman2010-02-061-1/+1
* Make sure that &#...; entities are encoded properly. Fixes #6042.jeresig2010-02-051-1/+4
* Make sure that we don't try to double-encode params using the traditional sty...jeresig2010-02-051-2/+4
* Rewrote the live event handling to use the new event logic. Also added in sup...jeresig2010-02-041-22/+68