aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAx...John Resig2010-10-251-1/+1
|\
| * Forces lower case comparison of protocol and host when determining whether th...Alex Sexton2010-10-201-1/+1
* | Merge branch '6897' of http://github.com/SlexAxton/jquery into SlexAxton-6897John Resig2010-10-252-14/+13
|\ \
| * | Moved jQuery.props to attributes since it was only used in support. Fixes #68...Alex Sexton2010-10-252-14/+13
* | | Allow DELETE requests to have a content body, and properly serialize data to ...dmethvin2010-10-251-4/+4
* | | Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.dmethvin2010-10-251-0/+3
* | | Merge branch 'master' of http://github.com/rwldrn/jqueryJohn Resig2010-10-252-0/+9
|\ \ \
| * | | Fixes #7229 and #5803rwldrn2010-10-242-0/+9
| |/ /
* | | Merge branch 'unusedTrue' of http://github.com/lrbabe/jquery into lrbabe-unus...John Resig2010-10-251-2/+2
|\ \ \ | |/ / |/| |
| * | .cur() doesn't take any boolean parameter since 1.4.3lrbabe2010-10-251-2/+2
| |/
* | Make sure that .width()/.height() don't return NaN also standardize on return...jeresig2010-10-222-26/+24
* | Make sure that the correct height/width of the elements is retreived. Fixes #...jeresig2010-10-221-2/+14
* | Fix broken selector code from last commit.jeresig2010-10-221-0/+3
* | Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thank...jeresig2010-10-221-3/+0
* | Make sure that height/width getters work on hidden inputs and disconnected el...jeresig2010-10-221-0/+4
* | Make sure that the ready event doesn't double-fire when .bind(ready) is used....jeresig2010-10-221-2/+2
* | Only need to declare the data once.jeresig2010-10-211-3/+3
|/
* fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omgPaul Irish2010-10-171-1/+2
* Make sure that .data() (no args) returns a list of all the data- properties a...John Resig2010-10-171-21/+45
* Var wasn't being explicitly declared. Fixes #7226.John Resig2010-10-171-1/+1
* We removed deleteExpando after 1.4.2, for some reason. This caused problems w...John Resig2010-10-171-0/+10
* Bringing back the change from 80a4178af9b12e6617bfcec818c538dfe08d3791, adapt...John Resig2010-10-151-4/+4
* Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of p...jeresig2010-10-141-4/+4
* Make sure that we don't attempt to handle scrolling when the node is disconne...John Resig2010-10-141-5/+8
* Oops, still have jQuery.ajax.* on the brain.jeresig2010-10-131-2/+2
* beforedeactivate will fire before focusout - use that to our advantage when w...Justin Meyer2010-10-131-0/+2
* Make sure that focusin/focusout bubbles in non-IE browsers.Justin Meyer2010-10-131-4/+9
* Handle issue with two concurrent JSONP requests that use the same callback name.Pinhook2010-10-131-4/+4
* Merge branch 'bug7150' of http://github.com/csnover/jqueryJohn Resig2010-10-121-1/+1
|\
| * Fix patch for #7150, which was not deleting the events object properly on pla...Colin Snover2010-10-121-2/+2
* | Fix some gaps in the handling of event data properties. Thanks to @jitter in ...John Resig2010-10-121-1/+1
* | Forgot to remove the child selector in the previous commit.John Resig2010-10-121-1/+0
* | The child selector-prefix branch doesn't work with selectors that have a larg...John Resig2010-10-121-5/+0
* | Make sure that .find() with multiple direct child selectors is handled correc...John Resig2010-10-121-2/+2
|/
* Use a key name less likely to result in collisions for events on plain JS obj...Colin Snover2010-10-111-7/+11
* The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to m...John Resig2010-10-111-28/+27
* Handle some edge cases with binding events to the window object (which is als...John Resig2010-10-111-2/+2
* Merge branch 'animateHooks' of http://github.com/lrbabe/jquery into lrbabe-an...John Resig2010-10-111-2/+2
|\
| * Make $.fn.animate compatible with jQuery.cssHookslrbabe2010-10-111-2/+2
* | Merge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141John Resig2010-10-111-3/+4
|\ \
| * | Fix olddisplay was inappropriately set when calling hide on an already hidden...Colin Snover2010-10-111-3/+4
| |/
* / Fixed getting styles from disconnected nodes. Fixes #7148.Scott González2010-10-111-0/+3
|/
* Make sure closest works on disconnected DOM nodes. Fixes #7142.John Resig2010-10-111-1/+1
* Return the zeroed-out bounding box instead of passing it on.jeresig2010-10-101-1/+1
* Make sure that the unload event doesn't leak in IE - use jQuery's binding mec...jeresig2010-10-101-1/+1
* Tweaking some formatting of the closest changes.jeresig2010-10-101-8/+5
* Switch back to using Sizzle.matchesSelector.jeresig2010-10-101-6/+7
* Use the new Sizzle matches functionality.jeresig2010-10-101-1/+1
* Fix formatting and switch to using the new matchesSelector method in Sizzle.jeresig2010-10-101-13/+14
* Should improve performance of closest considerably. Benchmark proof in speed/...wycats2010-10-091-11/+19