Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweaked the data number RegExp some to handle some other edge cases. | John Resig | 2010-09-21 | 2 | -2/+6 |
| | |||||
* | Fixing the problem with data-* based numbers as mention by @jasonwebster in ↵ | jeresig | 2010-09-20 | 2 | -2/+4 |
| | | | | 20673d7. | ||||
* | Merge remote branch 'RedWolves/master' | John Resig | 2010-09-20 | 1 | -3/+3 |
|\ | |||||
| * | Updated the Questions? section with the forum information. | Ralph Whitbeck | 2010-09-17 | 1 | -3/+3 |
| | | |||||
* | | Pull data-* attributes into .data(). Original code by Andrée Hasson and ↵ | John Resig | 2010-09-20 | 2 | -1/+85 |
| | | | | | | | | Paul Irish. Fixes #6921. | ||||
* | | Allow plugins to delay the exeuction of the ready event. Delay the ready ↵ | John Resig | 2010-09-20 | 1 | -2/+16 |
| | | | | | | | | event by calling: jQuery.readyWait++ and force the event to fire by doing: jQuery.ready(true). Fixes #6781. | ||||
* | | Removing extra arg. | jeresig | 2010-09-20 | 1 | -1/+1 |
| | | |||||
* | | No need to set returnValue if preventDefault exists. Thanks kangax for the ↵ | jeresig | 2010-09-20 | 1 | -2/+4 |
| | | | | | | | | catch. | ||||
* | | Added in some .css() setter perf tests as well. | John Resig | 2010-09-17 | 1 | -2/+35 |
| | | |||||
* | | Derp, had parseInt on the brain. Thanks karbassi in ↵ | John Resig | 2010-09-17 | 2 | -4/+4 |
| | | | | | | | | 6541eb9d80db42c6ced396fcd198228bff9ec7f1. | ||||
* | | Adding a simple file for doing .css() performance testing. | John Resig | 2010-09-17 | 2 | -2269/+4182 |
|/ | |||||
* | Fix trailing arg. | John Resig | 2010-09-17 | 1 | -1/+1 |
| | |||||
* | Simplifying the camelCase logic used in the CSS and Effects modules. | John Resig | 2010-09-17 | 2 | -9/+8 |
| | |||||
* | Cleaning up some un-needed CSS code and adding back a temporary (deprecated) ↵ | John Resig | 2010-09-17 | 2 | -9/+10 |
| | | | | curCSS method. | ||||
* | Merge branch 'csshooks' | John Resig | 2010-09-17 | 8 | -190/+226 |
|\ | |||||
| * | jQuery.css() returns a string value - handle this properly in the animation ↵ | John Resig | 2010-09-17 | 2 | -8/+7 |
| | | | | | | | | code. | ||||
| * | Make sure that empty height/width values are still set. | John Resig | 2010-09-17 | 1 | -4/+9 |
| | | |||||
| * | Fixed some sloppy checks in the effects test suite, makes it more apparent ↵ | John Resig | 2010-09-17 | 1 | -5/+8 |
| | | | | | | | | where issues are happening. | ||||
| * | Split apart jQuery.css into jQuery.css (computed values) and jQuery.style ↵ | jeresig | 2010-09-16 | 6 | -65/+85 |
| | | | | | | | | (currently set values). | ||||
| * | Removing leftover debug code. | jeresig | 2010-09-14 | 1 | -1/+1 |
| | | |||||
| * | Making some more adjustments to handle auto CSS properties. | John Resig | 2010-09-13 | 3 | -12/+12 |
| | | |||||
| * | Only set height/width if it's a non-negative number (don't set it to 0). | jeresig | 2010-09-09 | 1 | -1/+5 |
| | | |||||
| * | Make sure that height/width methods return numbers instead of strings. | jeresig | 2010-09-09 | 1 | -3/+3 |
| | | |||||
| * | Another logic bug caught by furf in ad950c8c5992937640a1e1aca8d63bb476b001f6. | jeresig | 2010-09-09 | 1 | -1/+1 |
| | | |||||
| * | Make sure that the CSS hook getter isn't called if a forced computed style ↵ | jeresig | 2010-09-09 | 1 | -6/+5 |
| | | | | | | | | is done. | ||||
| * | Make sure that effect tests no longer reference the old CSS methods. | jeresig | 2010-09-09 | 1 | -3/+3 |
| | | |||||
| * | Adding in a couple private variables to effects.js that were in css.js. | jeresig | 2010-09-09 | 1 | -1/+6 |
| | | |||||
| * | Make sure that string values are returned from the height/width CSS properties. | jeresig | 2010-09-09 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into csshooks | jeresig | 2010-09-09 | 4 | -9/+11 |
| |\ | | | | | | | | | | | | | Conflicts: src/css.js | ||||
| * | | Landing a bunch of bug fixes from furf's pull request at ↵ | jeresig | 2010-09-09 | 1 | -6/+10 |
| | | | | | | | | | | | | eefcbaebb31b89b5eb360cd5ec6165b89c84e75f. | ||||
| * | | Merge branch 'master' of github.com:jquery/jquery into csshooks | jeresig | 2010-09-08 | 1 | -2/+2 |
| |\ \ | |||||
| * | | | Make sure that jQuery works even when the individual modules are loaded ↵ | jeresig | 2010-09-08 | 13 | -3/+52 |
| | | | | | | | | | | | | | | | | separately AND jQuery.noConflict(true) is used. Fixes #7011. | ||||
| * | | | Broke more of the property-specific CSS logic out of the jQuery.css() function. | John Resig | 2010-09-05 | 1 | -30/+34 |
| | | | | |||||
| * | | | First pass at unifying the various CSS methods in jQuery (jQuery.style, ↵ | John Resig | 2010-09-05 | 5 | -94/+66 |
| | | | | | | | | | | | | | | | | jQuery.curCSS, and jQuery.css are now all under jQuery.css). | ||||
| * | | | Broke apart some of the browser-specific logic for CSS handling. | John Resig | 2010-09-05 | 1 | -95/+93 |
| | | | | |||||
| * | | | Some more minor formatting tweaks. | John Resig | 2010-09-04 | 1 | -4/+12 |
| | | | | |||||
| * | | | Tweaking the formatting from the previous commit. | John Resig | 2010-09-04 | 1 | -6/+4 |
| | | | | |||||
| * | | | First look at css hooks. These hooks provide a way to change how jQuery ↵ | Brandon Aaron | 2010-09-02 | 1 | -32/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | handles getting and setting certain css properties. This means normalizing properties like background-position can easily be done via plugins. They are similar in concept to the special event hooks. Return false from the hook to revert control back to jQuery's normal processes for getting and setting certain css properties. | ||||
* | | | | Bringing in the rdashAlpha/fcamelCase private var tweaks from the csshooks ↵ | John Resig | 2010-09-17 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | branch. | ||||
* | | | | Wrap the core return in parens to fix a confused JSLint. | jeresig | 2010-09-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add a flag to verify if a browser supports some form of XHR request. Fixes ↵ | John Resig | 2010-09-13 | 1 | -0/+3 |
| |_|/ |/| | | | | | | | | #7030. | ||||
* | | | Trim out the module wrappers during the build process. Follow-up to #7011. | jeresig | 2010-09-09 | 1 | -0/+2 |
| | | | |||||
* | | | Removing extraneous argument. | jeresig | 2010-09-09 | 1 | -1/+1 |
| | | | |||||
* | | | Make sure that jQuery is being exposed outside of core (this will be ↵ | jeresig | 2010-09-09 | 1 | -2/+2 |
| | | | | | | | | | | | | stripped during the build process). Follow-up to #7011. | ||||
* | | | Make sure that the removeEvent and buildFragment private functions are ↵ | jeresig | 2010-09-08 | 4 | -8/+8 |
| | | | | | | | | | | | | exposed (to help with access across modules). The final API for each of these is very much in flux and will likely change before the final release. Fixes #7011. | ||||
* | | | Make sure that jQuery works even when the individual modules are loaded ↵ | jeresig | 2010-09-08 | 13 | -2/+51 |
| |/ |/| | | | | | separately AND jQuery.noConflict(true) is used. Fixes #7011. | ||||
* | | added "#main" ancestor selector to an "Only Child" and "Last Child" test to ↵ | Karl Swedberg | 2010-09-07 | 1 | -2/+2 |
|/ | | | | fix broken tests caused by QUnit commit abfab1713ccb588aa87136b199a9ddc8d1b56c4b (Aug 29, 2010) | ||||
* | Fix the order of the element test arguments. | John Resig | 2010-09-02 | 1 | -2/+2 |
| | |||||
* | Tweaked the name unit tests to specify the exact nodes from which to test ↵ | John Resig | 2010-09-02 | 1 | -2/+2 |
| | | | | against. | ||||
* | Remove cases of :contains() where quotes are used - not using quotes follows ↵ | John Resig | 2010-09-02 | 1 | -5/+6 |
| | | | | more closely with the CSS Selector recommendation. |