index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...
jeresig
2010-09-22
8
-50
/
+66
*
Re-work the document scoping.
jeresig
2010-09-22
2
-3
/
+2
*
Make sure the data- number has at least one number in it before passing to is...
jeresig
2010-09-22
1
-1
/
+1
*
Make sure that non-px values aren't manipulated before input to height/width.
John Resig
2010-09-21
1
-1
/
+1
*
Fix bug with the readyWait DOM ready addition.
John Resig
2010-09-21
1
-1
/
+1
*
Scratch that, just punting on Opera and 304s for now - there may not be a goo...
John Resig
2010-09-21
1
-7
/
+3
*
Use a different workaround for detecting when Opera finds a status 304 page. ...
John Resig
2010-09-21
1
-3
/
+5
*
Escape RegExp braces to sooth JSLint's temper.
jeresig
2010-09-21
1
-1
/
+1
*
Switch to using isNaN instead of RegExp for data-.
jeresig
2010-09-21
1
-2
/
+1
*
Handle some additional data- number edge cases.
jeresig
2010-09-21
1
-1
/
+1
*
Make sure that the data- import also supports arrays.
jeresig
2010-09-21
1
-1
/
+1
*
Added in support for basic JSON object parsing of data- attributes.
John Resig
2010-09-21
1
-6
/
+10
*
Make sure that undefined is returned for not found data- attributes, not null.
John Resig
2010-09-21
1
-1
/
+4
*
Tweaked the data number RegExp some to handle some other edge cases.
John Resig
2010-09-21
1
-1
/
+1
*
Fixing the problem with data-* based numbers as mention by @jasonwebster in 2...
jeresig
2010-09-20
1
-1
/
+1
*
Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul...
John Resig
2010-09-20
1
-1
/
+17
*
Allow plugins to delay the exeuction of the ready event. Delay the ready even...
John Resig
2010-09-20
1
-2
/
+16
*
Removing extra arg.
jeresig
2010-09-20
1
-1
/
+1
*
No need to set returnValue if preventDefault exists. Thanks kangax for the ca...
jeresig
2010-09-20
1
-2
/
+4
*
Derp, had parseInt on the brain. Thanks karbassi in 6541eb9d80db42c6ced396fcd...
John Resig
2010-09-17
2
-4
/
+4
*
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
*
Merge branch 'csshooks'
John Resig
2010-09-17
6
-158
/
+200
|
\
|
*
jQuery.css() returns a string value - handle this properly in the animation c...
John Resig
2010-09-17
1
-1
/
+1
|
*
Make sure that empty height/width values are still set.
John Resig
2010-09-17
1
-4
/
+9
|
*
Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...
jeresig
2010-09-16
4
-50
/
+78
|
*
Making some more adjustments to handle auto CSS properties.
John Resig
2010-09-13
2
-3
/
+3
|
*
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 is...
jeresig
2010-09-09
1
-6
/
+5
|
*
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
3
-9
/
+9
|
|
\
|
*
|
Landing a bunch of bug fixes from furf's pull request at eefcbaebb31b89b5eb36...
jeresig
2010-09-09
1
-6
/
+10
|
*
|
Make sure that jQuery works even when the individual modules are loaded separ...
jeresig
2010-09-08
12
-2
/
+50
|
*
|
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, jQuer...
John Resig
2010-09-05
5
-94
/
+66
|
*
|
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 handl...
Brandon Aaron
2010-09-02
1
-32
/
+54
*
|
|
Bringing in the rdashAlpha/fcamelCase private var tweaks from the csshooks br...
John Resig
2010-09-17
1
-1
/
+6
*
|
|
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 #7...
John Resig
2010-09-13
1
-0
/
+3
|
|
/
|
/
|
*
|
Removing extraneous argument.
jeresig
2010-09-09
1
-1
/
+1
*
|
Make sure that jQuery is being exposed outside of core (this will be stripped...
jeresig
2010-09-09
1
-2
/
+2
*
|
Make sure that the removeEvent and buildFragment private functions are expose...
jeresig
2010-09-08
4
-8
/
+8
*
|
Make sure that jQuery works even when the individual modules are loaded separ...
jeresig
2010-09-08
12
-1
/
+49
|
/
[next]