Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Opera doesn't give height/width of display: none elements with ↵ | jeresig | 2010-11-03 | 1 | -6/+13 | |
| | | | | | | | | | | | | getComputedStyle but does with currentStyle - fall back to that if it exists. | |||||
* | | | Only change ID on nodes that don't already have an ID for rooted qSA. Fixes ↵ | jeresig | 2010-11-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | #7212. | |||||
* | | | Make sure that accessing computed CSS for elements returns 'auto' instead of ↵ | jeresig | 2010-11-01 | 2 | -6/+7 | |
| | | | | | | | | | | | | '' consistently. Fixes #7337. | |||||
* | | | Fix quotes in comment. | John Resig | 2010-10-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix tab spacing. | Brandon Aaron | 2010-10-28 | 1 | -27/+27 | |
| | | | ||||||
* | | | Calling .hide().show() on a stylesheet-hidden element wasn't bringing it ↵ | jeresig | 2010-10-27 | 2 | -2/+10 | |
| | | | | | | | | | | | | back. Fixes #7331. | |||||
* | | | For .show() with no arguments, only set display of elements in the second ↵ | Karl Swedberg | 2010-10-26 | 2 | -6/+30 | |
| | | | | | | | | | | | | loop if they don't have style.display already set or if style.display isn't none. Fixes #7315. | |||||
* | | | Temporarily backing out commit bd474799bf95f4ecdc47a7577750eaf69e2236d4. | John Resig | 2010-10-25 | 1 | -5/+0 | |
| | | | ||||||
* | | | Merge branch 'jquery_dev' of http://github.com/danheberden/jquery into ↵ | John Resig | 2010-10-25 | 1 | -0/+5 | |
|\ \ \ | | | | | | | | | | | | | danheberden-jquery_dev | |||||
| * | | | 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 | 2 | -21/+0 | |
| | | | | ||||||
* | | | | Updating the source version to 1.4.4pre. | John Resig | 2010-10-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Tagging the 1.4.4rc1 release.1.4.4rc1 | John Resig | 2010-10-25 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into ↵ | John Resig | 2010-10-25 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | SlexAxton-jquerymaster | |||||
| * | | | Forces lower case comparison of protocol and host when determining whether ↵ | Alex Sexton | 2010-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | the request is remote or local. Fixes #6908 | |||||
* | | | | 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 ↵ | Alex Sexton | 2010-10-25 | 2 | -14/+13 | |
| | | | | | | | | | | | | | | | | | | | | #6897 - suggestion by dmethvin | |||||
* | | | | | Allow DELETE requests to have a content body, and properly serialize data to ↵ | dmethvin | 2010-10-25 | 2 | -4/+30 | |
| | | | | | | | | | | | | | | | | | | | | the url for HEAD requests. Fixes #7285. | |||||
* | | | | | Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217. | dmethvin | 2010-10-25 | 2 | -0/+33 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' of http://github.com/rwldrn/jquery | John Resig | 2010-10-25 | 4 | -0/+44 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixes #7229 and #5803 | rwldrn | 2010-10-24 | 4 | -0/+44 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'unusedTrue' of http://github.com/lrbabe/jquery into ↵ | John Resig | 2010-10-25 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | lrbabe-unusedTrue | |||||
| * | | | | .cur() doesn't take any boolean parameter since 1.4.3 | lrbabe | 2010-10-25 | 1 | -2/+2 | |
| |/ / / | ||||||
* | | | | Allow for versions with spaces in them, in the Makefile. | John Resig | 2010-10-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Make sure that .width()/.height() don't return NaN also standardize on ↵ | jeresig | 2010-10-22 | 3 | -28/+26 | |
| | | | | | | | | | | | | | | | | returning instead of auto for default values (which is what we do elsewhere in .css() as well). Fixes #7225. | |||||
* | | | | Make sure that the correct height/width of the elements is retreived. Fixes ↵ | jeresig | 2010-10-22 | 2 | -11/+21 | |
| | | | | | | | | | | | | | | | | #7225. | |||||
* | | | | Fix broken selector code from last commit. | jeresig | 2010-10-22 | 3 | -50/+83 | |
| | | | | ||||||
* | | | | Make sure that +, >, ~ leading, rooted, selectors go to the old engine. ↵ | jeresig | 2010-10-22 | 3 | -83/+50 | |
| | | | | | | | | | | | | | | | | Thanks to @rkatic for the catch! Fixes #7220. | |||||
* | | | | Make sure that we don't use matchesSelector on XML Documents (same as with ↵ | jeresig | 2010-10-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | qSA). Fixes #7219. | |||||
* | | | | Make sure that we aren't reading one of the bad expandos. Fixes #7212. | jeresig | 2010-10-22 | 1 | -1/+7 | |
| | | | | ||||||
* | | | | Be sure to clean up the previous test. | jeresig | 2010-10-22 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Make sure that height/width getters work on hidden inputs and disconnected ↵ | jeresig | 2010-10-22 | 2 | -1/+23 | |
| | | | | | | | | | | | | | | | | elements. Fixes #7225. | |||||
* | | | | Make sure that the ready event doesn't double-fire when .bind(ready) is ↵ | jeresig | 2010-10-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | used. Fixes #7247. | |||||
* | | | | Adding another test for an issue in Gecko's matchesSelector implementation. ↵ | jeresig | 2010-10-21 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | Fixes #7243. | |||||
* | | | | Only need to declare the data once. | jeresig | 2010-10-21 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Update number of expected assertions in attribute tests | Anton M | 2010-10-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Followup to commit 97dfa0d5a85a32fe56aba837bbf2bc889b092d2b which had the side effect to break some attribute unit tests | |||||
* | | | Add some more tests to make sure that pulling in data- properties on an ↵ | John Resig | 2010-10-17 | 1 | -3/+11 | |
| | | | | | | | | | | | | element with no data set, works. | |||||
* | | | fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg | Paul Irish | 2010-10-17 | 3 | -1/+12 | |
| | | | ||||||
* | | | Make sure that .data() (no args) returns a list of all the data- properties ↵ | John Resig | 2010-10-17 | 2 | -23/+66 | |
| | | | | | | | | | | | | as well. Also make sure that accessing a data- property via .data() doesn't cause it to change again at a later time (it should be static). Fixes #7222, #7223. | |||||
* | | | 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 ↵ | John Resig | 2010-10-17 | 2 | -1/+16 | |
| | | | | | | | | | | | | with removeData() (no arguments). Fixes #7209. | |||||
* | | | Handle the case where JSLint complains about arguments in try/catch already ↵ | John Resig | 2010-10-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | being defined (we use the name 'e' consistently for catch(e) - will work to standardize on that now). | |||||
* | | | Bringing back the change from 80a4178af9b12e6617bfcec818c538dfe08d3791, ↵ | John Resig | 2010-10-15 | 1 | -4/+4 | |
| | | | | | | | | | | | | adapted to handle both the function collision and the issue mentioned in #7196. | |||||
* | | | Updating the source version to 1.4.4pre. | jeresig | 2010-10-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Tagging the 1.4.3 release. | jeresig | 2010-10-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix the number of change tests and remove textarea tests. | jeresig | 2010-10-14 | 1 | -32/+6 | |
| | | | ||||||
* | | | Testing *, * was unnecessary - especially in slower browsers. | jeresig | 2010-10-14 | 1 | -2/+1 | |
| | | | ||||||
* | | | Don't test inline-block in browsers that don't support it (or an ↵ | jeresig | 2010-10-14 | 1 | -17/+46 | |
| | | | | | | | | | | | | approximation of it, like IE). | |||||
* | | | Use prepend for the focuin test (to avoid making the test suite jump). | jeresig | 2010-10-14 | 1 | -9/+15 | |
| | | | ||||||
* | | | Test visible on inline elements. | jeresig | 2010-10-14 | 1 | -2/+2 | |
| | | |