aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added full support for easing in all shorthand effects methods (hide, show, t...Karl Swedberg2010-09-223-11/+25
* Makefile: cleanupCarl Fürstenberg2010-09-221-20/+45
* Some minor lint fixes for the RegExp.jeresig2010-09-222-5/+5
* Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...jeresig2010-09-228-50/+66
* Re-work the document scoping.jeresig2010-09-222-3/+2
* Make sure the data- number has at least one number in it before passing to is...jeresig2010-09-222-2/+6
* Make sure that non-px values aren't manipulated before input to height/width.John Resig2010-09-212-2/+5
* Fix bug with the readyWait DOM ready addition.John Resig2010-09-211-1/+1
* Scratch that, just punting on Opera and 304s for now - there may not be a goo...John Resig2010-09-211-7/+3
* Use a different workaround for detecting when Opera finds a status 304 page. ...John Resig2010-09-213-3/+18
* Escape RegExp braces to sooth JSLint's temper.jeresig2010-09-211-1/+1
* Switch to using isNaN instead of RegExp for data-.jeresig2010-09-211-2/+1
* Handle some additional data- number edge cases.jeresig2010-09-212-12/+14
* Make sure that the data- import also supports arrays.jeresig2010-09-212-3/+5
* Added in support for basic JSON object parsing of data- attributes.John Resig2010-09-212-8/+14
* Make sure that undefined is returned for not found data- attributes, not null.John Resig2010-09-211-1/+4
* Tweaked the data number RegExp some to handle some other edge cases.John Resig2010-09-212-2/+6
* Fixing the problem with data-* based numbers as mention by @jasonwebster in 2...jeresig2010-09-202-2/+4
* Merge remote branch 'RedWolves/master'John Resig2010-09-201-3/+3
|\
| * Updated the Questions? section with the forum information. Ralph Whitbeck2010-09-171-3/+3
* | Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul...John Resig2010-09-202-1/+85
* | Allow plugins to delay the exeuction of the ready event. Delay the ready even...John Resig2010-09-201-2/+16
* | Removing extra arg.jeresig2010-09-201-1/+1
* | No need to set returnValue if preventDefault exists. Thanks kangax for the ca...jeresig2010-09-201-2/+4
* | Added in some .css() setter perf tests as well.John Resig2010-09-171-2/+35
* | Derp, had parseInt on the brain. Thanks karbassi in 6541eb9d80db42c6ced396fcd...John Resig2010-09-172-4/+4
* | Adding a simple file for doing .css() performance testing.John Resig2010-09-172-2269/+4182
|/
* Fix trailing arg.John Resig2010-09-171-1/+1
* Simplifying the camelCase logic used in the CSS and Effects modules.John Resig2010-09-172-9/+8
* Cleaning up some un-needed CSS code and adding back a temporary (deprecated) ...John Resig2010-09-172-9/+10
* Merge branch 'csshooks'John Resig2010-09-178-190/+226
|\
| * jQuery.css() returns a string value - handle this properly in the animation c...John Resig2010-09-172-8/+7
| * Make sure that empty height/width values are still set.John Resig2010-09-171-4/+9
| * Fixed some sloppy checks in the effects test suite, makes it more apparent wh...John Resig2010-09-171-5/+8
| * Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...jeresig2010-09-166-65/+85
| * Removing leftover debug code.jeresig2010-09-141-1/+1
| * Making some more adjustments to handle auto CSS properties.John Resig2010-09-133-12/+12
| * Only set height/width if it's a non-negative number (don't set it to 0).jeresig2010-09-091-1/+5
| * Make sure that height/width methods return numbers instead of strings.jeresig2010-09-091-3/+3
| * Another logic bug caught by furf in ad950c8c5992937640a1e1aca8d63bb476b001f6.jeresig2010-09-091-1/+1
| * Make sure that the CSS hook getter isn't called if a forced computed style is...jeresig2010-09-091-6/+5
| * Make sure that effect tests no longer reference the old CSS methods.jeresig2010-09-091-3/+3
| * Adding in a couple private variables to effects.js that were in css.js.jeresig2010-09-091-1/+6
| * Make sure that string values are returned from the height/width CSS properties.jeresig2010-09-091-1/+1
| * Merge branch 'master' into csshooksjeresig2010-09-094-9/+11
| |\
| * | Landing a bunch of bug fixes from furf's pull request at eefcbaebb31b89b5eb36...jeresig2010-09-091-6/+10
| * | Merge branch 'master' of github.com:jquery/jquery into csshooksjeresig2010-09-081-2/+2
| |\ \
| * | | Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-0813-3/+52
| * | | Broke more of the property-specific CSS logic out of the jQuery.css() function.John Resig2010-09-051-30/+34
| * | | First pass at unifying the various CSS methods in jQuery (jQuery.style, jQuer...John Resig2010-09-055-94/+66