index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for map of events in live, die, delegate and undelegate. Fixes ...
Robert Katic
2010-09-23
2
-0
/
+47
*
Added some tests for #5991.
Robert Katic
2010-09-23
1
-1
/
+5
*
Ensured that arrays are not considered same as plain object on deep extending...
Robert Katic
2010-09-23
2
-7
/
+11
*
Discovered that another effects bug was fixed with the recent CSS changes (na...
jeresig
2010-09-22
1
-1
/
+6
*
e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously undicove...
jeresig
2010-09-22
1
-1
/
+1
*
Fix missing var. Thanks to @jeff-themovie for the catch.
jeresig
2010-09-22
1
-1
/
+1
*
Add some tests for jQuery.isWindow and make sure that we're operating against...
jeresig
2010-09-22
2
-1
/
+20
*
Unify the means of detecting a window across the library. Fixes jQuery UI bug...
jeresig
2010-09-22
4
-6
/
+11
*
Allow # urls to contain #. Thanks to @alvopass in f9f9ee52e16f37900296e06982a...
jeresig
2010-09-22
1
-1
/
+1
*
Make sure that #... are trimmed from Ajax request URLs. Fixes #4987.
John Resig
2010-09-22
2
-0
/
+31
*
Fixed the number of expected class tests from a previous commit. Thanks to @b...
John Resig
2010-09-22
1
-2
/
+2
*
Make .data(Object) extend the existing data object. Fixes #6692.
jeresig
2010-09-22
2
-4
/
+8
*
Fix bug when accessing .data() on an empty set. Return null rather than throw...
Jacob Wright
2010-09-22
2
-15
/
+18
*
Added full support for easing in all shorthand effects methods (hide, show, t...
Karl Swedberg
2010-09-22
3
-11
/
+25
*
Makefile: cleanup
Carl Fürstenberg
2010-09-22
1
-20
/
+45
*
Some minor lint fixes for the RegExp.
jeresig
2010-09-22
2
-5
/
+5
*
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
2
-2
/
+6
*
Make sure that non-px values aren't manipulated before input to height/width.
John Resig
2010-09-21
2
-2
/
+5
*
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
3
-3
/
+18
*
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
2
-12
/
+14
*
Make sure that the data- import also supports arrays.
jeresig
2010-09-21
2
-3
/
+5
*
Added in support for basic JSON object parsing of data- attributes.
John Resig
2010-09-21
2
-8
/
+14
*
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
2
-2
/
+6
*
Fixing the problem with data-* based numbers as mention by @jasonwebster in 2...
jeresig
2010-09-20
2
-2
/
+4
*
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 Paul...
John Resig
2010-09-20
2
-1
/
+85
*
|
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
*
|
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 6541eb9d80db42c6ced396fcd...
John Resig
2010-09-17
2
-4
/
+4
*
|
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
*
Merge branch 'csshooks'
John Resig
2010-09-17
8
-190
/
+226
|
\
|
*
jQuery.css() returns a string value - handle this properly in the animation c...
John Resig
2010-09-17
2
-8
/
+7
|
*
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 wh...
John Resig
2010-09-17
1
-5
/
+8
|
*
Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...
jeresig
2010-09-16
6
-65
/
+85
|
*
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
[next]