aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add function values to addClass, removeClass, toggleClass, text, and removeAttrYehuda Katz2009-12-092-6/+35
* Made sure that css('width') and height returned string values, not numerical ...John Resig2009-12-091-2/+2
* Work around a weird computed number issue in WebKit. Fixes #5145.John Resig2009-12-091-1/+2
* Switched jQuery() to represent jQuery([]) instead of jQuery(document).John Resig2009-12-091-3/+1
* Add a try/catch to handle the exception thrown by unloaded iframes in IE. Fix...John Resig2009-12-091-1/+4
* Clarified the use of jQuery.browser and enforced jQuery.browser.firefox match...John Resig2009-12-091-4/+3
* Make sure that we don't try to trigger non-existant native events on applets,...John Resig2009-12-091-2/+4
* Fixed problems with removing live events. Fixes #4894.John Resig2009-12-091-3/+1
* We have to access the native event handlers/triggers directly, otherwise they...John Resig2009-12-091-2/+2
* Make sure that document ready events, inside a document ready, are added to t...John Resig2009-12-091-1/+1
* Made .clone(true) also copy over element data. Fixes #4191.John Resig2009-12-091-7/+1
* Added support for .data(Object), overwriting the existing data object. Fixes ...John Resig2009-12-091-4/+12
* Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. Fi...Yehuda Katz2009-12-092-0/+16
* Make sure that an actual timeout is triggered (and not accidentally triggered...John Resig2009-12-091-1/+1
* Added in jQuery.browser.firefox, deprecated jQuery.browser.mozilla.John Resig2009-12-081-2/+5
* Handle changing form attributes correctly when there is a child element with ...David Petersen2009-12-091-1/+7
* Get browser version rather than rendering engine version.Dave Methvin2009-12-091-2/+2
* Make sure that events are cloned for wrap, fixes #2977.John Resig2009-12-081-1/+1
* Removed uses of arguments.callee from jQuery.John Resig2009-12-072-9/+11
* Moved .ready() to core.js from event.js.John Resig2009-12-073-118/+124
* Fixed other nodeNode mistake, sigh.John Resig2009-12-071-1/+1
* This is why you don't do commits when you're tired. Fixing bugs from 59802928...John Resig2009-12-071-2/+2
* support.js needs to come before event.js (also placed in a temporary setTimeo...John Resig2009-12-071-0/+3
* Oops, missed a closing } from 7d36ccfa8eb018fcf349e1f74e3a0a614385558f.John Resig2009-12-071-0/+2
* Added support for per-property easingJames Padolsey2009-12-071-1/+8
* Added an extra function check to prevent crashes in Safari 2. Fixes #3039.John Resig2009-12-061-1/+3
* Make sure that expando properties aren't set on embed, applet, or object elem...John Resig2009-12-062-1/+17
* Broke out the logic for the bubbling change/submit events so that they aren't...John Resig2009-12-061-12/+11
* Make sure that we're doing proper focus bubble testing. Also simplified the l...John Resig2009-12-062-24/+15
* Use the isXML function from Sizzle.John Resig2009-12-062-8/+1
* Use the getText utility function provided by Sizzle.John Resig2009-12-062-14/+2
* Added in support for injecting area elements into map elements. Fixes #4484.John Resig2009-12-061-0/+1
* Added in support for $.ajax jsonpCallback (allowing you to specify the name o...John Resig2009-12-061-2/+2
* Adding in cross-browser onbeforeunload support. Fixes #4106.John Resig2009-12-061-0/+17
* Merge branch 'master' of git@github.com:jquery/jqueryJohn Resig2009-12-062-3/+4
|\
| * Fix regexp for $.trim so it doesn't whack embedded spaces.Dave Methvin2009-12-061-1/+1
| * Fix for #4011, crash when two text nodes are appended in IE.Dave Methvin2009-12-061-2/+3
* | Split the queue code out from data.js into a dedicated queue.js file (also sp...John Resig2009-12-062-74/+78
* | Renamed isObjectLiteral to isPlainObject (makes more sense, per the suggestio...John Resig2009-12-061-3/+3
|/
* Make sure that animated show resets the display correctly. Fixes #5130.jeresig2009-12-051-1/+3
* Fix inverted 'orig' and 'fix' event in mouseenter/mouseleave special events.lrbabe2009-12-061-5/+5
* added semicolons to end of 2 statements (and fixed a misspelled word in comment)Karl Swedberg2009-12-061-2/+2
* Adding in an extra check, per the comments in 25b0ba9f9612583033b902a0e403454...jeresig2009-12-051-1/+1
* Make sure that the previous element is removed from the page before the next ...jeresig2009-12-051-1/+11
* Made sure that css() in IE handles negative non-px values correctly. Fixes #3...jeresig2009-12-051-2/+2
* Minor syntactical changes to :visible and :hidden.jeresig2009-12-051-8/+8
* Made sure that a null speed doesn't get passed around. Patch from daltonlp. F...jeresig2009-12-051-1/+1
* Make sure that width or height don't animate to a negative value. Fixes #3881.John Resig2009-12-051-1/+1
* Retooled the native triggering code, simplifying it.John Resig2009-12-041-5/+7
* Allow the user to explicitly set a content-type header even when there's no d...John Resig2009-12-041-5/+3