| Commit message (Expand) | Author | Age | Files | Lines |
* | Opera doesn't give height/width of display: none elements with getComputedSty... | jeresig | 2010-11-03 | 1 | -6/+13 |
* | Make sure that accessing computed CSS for elements returns 'auto' instead of ... | jeresig | 2010-11-01 | 1 | -4/+5 |
* | Fix quotes in comment. | John Resig | 2010-10-28 | 1 | -1/+1 |
* | Calling .hide().show() on a stylesheet-hidden element wasn't bringing it back... | jeresig | 2010-10-27 | 1 | -1/+1 |
* | For .show() with no arguments, only set display of elements in the second loo... | Karl Swedberg | 2010-10-26 | 1 | -5/+16 |
* | Temporarily backing out commit bd474799bf95f4ecdc47a7577750eaf69e2236d4. | John Resig | 2010-10-25 | 1 | -5/+0 |
* | Merge branch 'jquery_dev' of http://github.com/danheberden/jquery into danheb... | John Resig | 2010-10-25 | 1 | -0/+5 |
|\ |
|
| * | Prevent IE from firing live/delegate events on disabled elements. (#6911) | danheberden | 2010-10-25 | 1 | -0/+5 |
* | | Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2. | John Resig | 2010-10-25 | 1 | -6/+0 |
|/ |
|
* | Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAx... | John Resig | 2010-10-25 | 1 | -1/+1 |
|\ |
|
| * | Forces lower case comparison of protocol and host when determining whether th... | Alex Sexton | 2010-10-20 | 1 | -1/+1 |
* | | Merge branch '6897' of http://github.com/SlexAxton/jquery into SlexAxton-6897 | John Resig | 2010-10-25 | 2 | -14/+13 |
|\ \ |
|
| * | | Moved jQuery.props to attributes since it was only used in support. Fixes #68... | Alex Sexton | 2010-10-25 | 2 | -14/+13 |
* | | | Allow DELETE requests to have a content body, and properly serialize data to ... | dmethvin | 2010-10-25 | 1 | -4/+4 |
* | | | Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217. | dmethvin | 2010-10-25 | 1 | -0/+3 |
* | | | Merge branch 'master' of http://github.com/rwldrn/jquery | John Resig | 2010-10-25 | 2 | -0/+9 |
|\ \ \ |
|
| * | | | Fixes #7229 and #5803 | rwldrn | 2010-10-24 | 2 | -0/+9 |
| |/ / |
|
* | | | Merge branch 'unusedTrue' of http://github.com/lrbabe/jquery into lrbabe-unus... | John Resig | 2010-10-25 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | .cur() doesn't take any boolean parameter since 1.4.3 | lrbabe | 2010-10-25 | 1 | -2/+2 |
| |/ |
|
* | | Make sure that .width()/.height() don't return NaN also standardize on return... | jeresig | 2010-10-22 | 2 | -26/+24 |
* | | Make sure that the correct height/width of the elements is retreived. Fixes #... | jeresig | 2010-10-22 | 1 | -2/+14 |
* | | Fix broken selector code from last commit. | jeresig | 2010-10-22 | 1 | -0/+3 |
* | | Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thank... | jeresig | 2010-10-22 | 1 | -3/+0 |
* | | Make sure that height/width getters work on hidden inputs and disconnected el... | jeresig | 2010-10-22 | 1 | -0/+4 |
* | | Make sure that the ready event doesn't double-fire when .bind(ready) is used.... | jeresig | 2010-10-22 | 1 | -2/+2 |
* | | Only need to declare the data once. | jeresig | 2010-10-21 | 1 | -3/+3 |
|/ |
|
* | fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg | Paul Irish | 2010-10-17 | 1 | -1/+2 |
* | Make sure that .data() (no args) returns a list of all the data- properties a... | John Resig | 2010-10-17 | 1 | -21/+45 |
* | Var wasn't being explicitly declared. Fixes #7226. | John Resig | 2010-10-17 | 1 | -1/+1 |
* | We removed deleteExpando after 1.4.2, for some reason. This caused problems w... | John Resig | 2010-10-17 | 1 | -0/+10 |
* | Bringing back the change from 80a4178af9b12e6617bfcec818c538dfe08d3791, adapt... | John Resig | 2010-10-15 | 1 | -4/+4 |
* | Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of p... | jeresig | 2010-10-14 | 1 | -4/+4 |
* | Make sure that we don't attempt to handle scrolling when the node is disconne... | John Resig | 2010-10-14 | 1 | -5/+8 |
* | Oops, still have jQuery.ajax.* on the brain. | jeresig | 2010-10-13 | 1 | -2/+2 |
* | beforedeactivate will fire before focusout - use that to our advantage when w... | Justin Meyer | 2010-10-13 | 1 | -0/+2 |
* | Make sure that focusin/focusout bubbles in non-IE browsers. | Justin Meyer | 2010-10-13 | 1 | -4/+9 |
* | Handle issue with two concurrent JSONP requests that use the same callback name. | Pinhook | 2010-10-13 | 1 | -4/+4 |
* | Merge branch 'bug7150' of http://github.com/csnover/jquery | John Resig | 2010-10-12 | 1 | -1/+1 |
|\ |
|
| * | Fix patch for #7150, which was not deleting the events object properly on pla... | Colin Snover | 2010-10-12 | 1 | -2/+2 |
* | | Fix some gaps in the handling of event data properties. Thanks to @jitter in ... | John Resig | 2010-10-12 | 1 | -1/+1 |
* | | Forgot to remove the child selector in the previous commit. | John Resig | 2010-10-12 | 1 | -1/+0 |
* | | The child selector-prefix branch doesn't work with selectors that have a larg... | John Resig | 2010-10-12 | 1 | -5/+0 |
* | | Make sure that .find() with multiple direct child selectors is handled correc... | John Resig | 2010-10-12 | 1 | -2/+2 |
|/ |
|
* | Use a key name less likely to result in collisions for events on plain JS obj... | Colin Snover | 2010-10-11 | 1 | -7/+11 |
* | The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to m... | John Resig | 2010-10-11 | 1 | -28/+27 |
* | Handle some edge cases with binding events to the window object (which is als... | John Resig | 2010-10-11 | 1 | -2/+2 |
* | Merge branch 'animateHooks' of http://github.com/lrbabe/jquery into lrbabe-an... | John Resig | 2010-10-11 | 1 | -2/+2 |
|\ |
|
| * | Make $.fn.animate compatible with jQuery.cssHooks | lrbabe | 2010-10-11 | 1 | -2/+2 |
* | | Merge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141 | John Resig | 2010-10-11 | 1 | -3/+4 |
|\ \ |
|
| * | | Fix olddisplay was inappropriately set when calling hide on an already hidden... | Colin Snover | 2010-10-11 | 1 | -3/+4 |
| |/ |
|