aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Broke more of the property-specific CSS logic out of the jQuery.css() function.John Resig2010-09-051-30/+34
* First pass at unifying the various CSS methods in jQuery (jQuery.style, jQuer...John Resig2010-09-055-94/+66
* 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
* 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
* 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-271-1/+5
* Only attempt to use the IE technique for setting opacity if the filter proper...John Resig2010-08-261-1/+1
* 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
* .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-232-2/+4
* Make sure that .data() events don't bubble, per the discussion in 2e10af143b7...John Resig2010-07-271-2/+7
* 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-231-4/+25
* Ticket #6804. Adds a changeData event.InfinitiesLoop2010-07-201-0/+1
* Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123.jeresig2010-06-141-1/+1
* Tweak spacing from last commit.jeresig2010-06-141-13/+15
* Fix for http://dev.jquery.com/ticket/6451malsup2010-06-151-10/+18
* Expose jQuery.uuid (use with caution) and make sure the expando property is u...John Resig2010-04-242-7/+11
* Removed extra semicolon leftover from recent tweaking.jeresig2010-03-311-1/+1
* Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-2312-94/+100
|\
| * Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-2312-94/+100
* | Fixed an issue with setting offset of absolutely positioned element that has ...Brandon Aaron2010-03-221-6/+18
* | Fix setting only one property at a time in .offset({})Brandon Aaron2010-03-221-5/+8
|/
* Switch to using String.prototype.trim from String.trim as it's more-widely av...jeresig2010-03-111-2/+3
* Make sure that special remove and teardown events get called when .die() is u...jeresig2010-03-092-29/+21
* Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD...jeresig2010-03-092-18/+24
* No need to use .call() anymore since we switched from .apply() for appendTo, ...jeresig2010-03-051-1/+1
* Attempted to fix #6227, not entirely sure if it's a problem as I'm having a h...jeresig2010-03-051-1/+1
* Added in Ben Alman's proposed event.namespace property (the property holds th...jeresig2010-03-021-5/+11
* Make sure that we don't try to remove data from an applet. Re-Fixes #1675.jeresig2010-03-021-0/+4
* Moving more properties onto jQuery.ajax, also copy them back to the jQuery ob...jeresig2010-03-021-9/+12
* Remove the need for the return in sizzle-jquery and just remove the attempt t...jeresig2010-03-011-2/+0
* More changes to get jQuery in line with JSLint.jeresig2010-03-018-162/+169
* We don't want to increment the Ajax counter if there isn't a global event.jeresig2010-03-011-3/+1
* Land some additional tweaks related to running through JSLint.jeresig2010-03-015-11/+10
* Fixed some cases where expression, expression was used and shouldn't be.jeresig2010-03-011-3/+8
* Made some code tweaks related to running jQuery through JSLint (thanks to Lor...jeresig2010-03-015-38/+45
* Use correct window reference in offset to work properly cross-frame. Fixes #6...brandonaaron2010-02-271-4/+11
* No reason to double-bind the beforeunload event. Fixes #6113.jeresig2010-02-271-2/+1
* Attach data directly to plain objects, no reason to use the central jQuery.ca...jeresig2010-02-271-10/+17
* Merge branch 'master' of github.com:jquery/jqueryjeresig2010-02-271-1/+2
|\
| * Make sure events exist before trying to access them in jQuery.event.handle an...brandonaaron2010-02-271-1/+2