aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Broke apart some of the browser-specific logic for CSS handling.John Resig2010-09-051-95/+93
| * | | Some more minor formatting tweaks.John Resig2010-09-041-4/+12
| * | | Tweaking the formatting from the previous commit.John Resig2010-09-041-6/+4
| * | | First look at css hooks. These hooks provide a way to change how jQuery handl...Brandon Aaron2010-09-021-32/+54
* | | | Bringing in the rdashAlpha/fcamelCase private var tweaks from the csshooks br...John Resig2010-09-171-1/+6
* | | | Wrap the core return in parens to fix a confused JSLint.jeresig2010-09-141-1/+1
* | | | Add a flag to verify if a browser supports some form of XHR request. Fixes #7...John Resig2010-09-131-0/+3
| |_|/ |/| |
* | | Trim out the module wrappers during the build process. Follow-up to #7011.jeresig2010-09-091-0/+2
* | | Removing extraneous argument.jeresig2010-09-091-1/+1
* | | Make sure that jQuery is being exposed outside of core (this will be stripped...jeresig2010-09-091-2/+2
* | | Make sure that the removeEvent and buildFragment private functions are expose...jeresig2010-09-084-8/+8
* | | Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-0813-2/+51
| |/ |/|
* | added "#main" ancestor selector to an "Only Child" and "Last Child" test to f...Karl Swedberg2010-09-071-2/+2
|/
* Fix the order of the element test arguments.John Resig2010-09-021-2/+2
* Tweaked the name unit tests to specify the exact nodes from which to test aga...John Resig2010-09-021-2/+2
* Remove cases of :contains() where quotes are used - not using quotes follows ...John Resig2010-09-021-5/+6
* Add .width() and .height() unit test for empty sets. Fix .height() test that ...Brandon Aaron2010-09-011-3/+9
* Increase max number of JSLint errors. This is necessary because we have sever...Brandon Aaron2010-09-011-1/+1
* Switched to use 'in' for the setInterval/window check as it also skirts aroun...John Resig2010-08-271-1/+1
* Blackberry 4.6 is capable of finding elements that are no longer in the DOM v...John Resig2010-08-271-1/+3
* Handle two more cases where comments were missing in the test case, in Blackb...John Resig2010-08-271-1/+7
* Use the native isArray whenever possible. See perf test by jdalton here: http...John Resig2010-08-271-1/+1
* Simplify the logic in $.type, thanks to jdalton for the suggesiton in 5d2be7e...John Resig2010-08-271-4/+2
* Added some tweaks to $.type to handle null and undefined. Added a bunch of un...John Resig2010-08-272-1/+28
* Blackberry 4.6 doesn't maintain comment nodes in the DOM, ignore them in our ...John Resig2010-08-261-2/+6
* Fixed mistake with tweaked iframe manipulation test.John Resig2010-08-261-1/+1
* Tweak some more jQuery set results in the manipulation tests. Also fixed the ...John Resig2010-08-261-40/+40
* Tweak more element orders in the manipulation tests. Also differentiate betwe...John Resig2010-08-261-8/+10
* Tweaked manipulation test to ignore order of elements from selector (not impo...John Resig2010-08-261-1/+1
* Only attempt to use the IE technique for setting opacity if the filter proper...John Resig2010-08-261-1/+1
* Tweaked anchor test to work better on Blackberry 4.7.John Resig2010-08-261-1/+2
* Adding in a jQuery.type(obj) method (a simple map to using Object.prototype.t...John Resig2010-08-251-5/+9
* Tweaked logic for working around Blackberry 4.7 makeArray(RegExp) issue. Fixe...John Resig2010-08-251-1/+3
* Make sure that missing attributes return undefined in Blackberry 4.7. Fixes #...John Resig2010-08-241-0/+6
* Simplifying some of the .val() test code.John Resig2010-08-231-4/+1
* .val() on empty options returns the text value rather than the value in Black...John Resig2010-08-231-1/+4
* Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe...John Resig2010-08-233-17/+32
* Replace usage of the removed global reset() method with QUnit.reset().jzaefferer2010-07-285-84/+84
* Make sure that .data() events don't bubble, per the discussion in 2e10af143b7...John Resig2010-07-272-3/+14
* Moving jQuery-core specific resets from QUnit to core.jzaefferer2010-07-271-0/+11
* Fix for issues discussed in 9faab0b74fd316c2161612236d9ea8a01f3c78f8. Goes to...Dave Reed2010-07-231-4/+6
* Ticket 6808. Updated per code review comments by jeresigInfinitiesLoop2010-07-231-6/+3
* Ticket #6808. Changes data() so on plain objects, it uses a function to conta...InfinitiesLoop2010-07-232-7/+29
* Fixed ant build to be more consistent with Makefile. Now has all same targets...Richard D. Worth2010-07-211-16/+34
* Whitespace (spaces to tabs)Richard D. Worth2010-07-211-49/+49
* Minor fix to Makefile so that 'make clean' doesn't fail when run immediately ...Richard D. Worth2010-07-211-1/+1
* Simplified getting the commit date using git log --pretty. Fixed missing date...Richard D. Worth2010-07-212-1/+4
* Ticket #6804. Adds a changeData event.InfinitiesLoop2010-07-202-5/+21
* Merge branch 'doug'wycats2010-06-195-37/+175
|\
| * Slight optmization on the RakefileDouglas Neiner2010-06-191-4/+4