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
...
|
*
|
|
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
|
|
_
|
/
|
/
|
|
*
|
|
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 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
13
-2
/
+51
|
|
/
|
/
|
*
|
added "#main" ancestor selector to an "Only Child" and "Last Child" test to f...
Karl Swedberg
2010-09-07
1
-2
/
+2
|
/
*
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 aga...
John Resig
2010-09-02
1
-2
/
+2
*
Remove cases of :contains() where quotes are used - not using quotes follows ...
John Resig
2010-09-02
1
-5
/
+6
*
Add .width() and .height() unit test for empty sets. Fix .height() test that ...
Brandon Aaron
2010-09-01
1
-3
/
+9
*
Increase max number of JSLint errors. This is necessary because we have sever...
Brandon Aaron
2010-09-01
1
-1
/
+1
*
Switched to use 'in' for the setInterval/window check as it also skirts aroun...
John Resig
2010-08-27
1
-1
/
+1
*
Blackberry 4.6 is capable of finding elements that are no longer in the DOM v...
John Resig
2010-08-27
1
-1
/
+3
*
Handle two more cases where comments were missing in the test case, in Blackb...
John Resig
2010-08-27
1
-1
/
+7
*
Use the native isArray whenever possible. See perf test by jdalton here: http...
John Resig
2010-08-27
1
-1
/
+1
*
Simplify the logic in $.type, thanks to jdalton for the suggesiton in 5d2be7e...
John Resig
2010-08-27
1
-4
/
+2
*
Added some tweaks to $.type to handle null and undefined. Added a bunch of un...
John Resig
2010-08-27
2
-1
/
+28
*
Blackberry 4.6 doesn't maintain comment nodes in the DOM, ignore them in our ...
John Resig
2010-08-26
1
-2
/
+6
*
Fixed mistake with tweaked iframe manipulation test.
John Resig
2010-08-26
1
-1
/
+1
*
Tweak some more jQuery set results in the manipulation tests. Also fixed the ...
John Resig
2010-08-26
1
-40
/
+40
*
Tweak more element orders in the manipulation tests. Also differentiate betwe...
John Resig
2010-08-26
1
-8
/
+10
*
Tweaked manipulation test to ignore order of elements from selector (not impo...
John Resig
2010-08-26
1
-1
/
+1
*
Only attempt to use the IE technique for setting opacity if the filter proper...
John Resig
2010-08-26
1
-1
/
+1
*
Tweaked anchor test to work better on Blackberry 4.7.
John Resig
2010-08-26
1
-1
/
+2
*
Adding in a jQuery.type(obj) method (a simple map to using Object.prototype.t...
John Resig
2010-08-25
1
-5
/
+9
*
Tweaked logic for working around Blackberry 4.7 makeArray(RegExp) issue. Fixe...
John Resig
2010-08-25
1
-1
/
+3
*
Make sure that missing attributes return undefined in Blackberry 4.7. Fixes #...
John Resig
2010-08-24
1
-0
/
+6
*
Simplifying some of the .val() test code.
John Resig
2010-08-23
1
-4
/
+1
*
.val() on empty options returns the text value rather than the value in Black...
John Resig
2010-08-23
1
-1
/
+4
*
Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe...
John Resig
2010-08-23
3
-17
/
+32
*
Replace usage of the removed global reset() method with QUnit.reset().
jzaefferer
2010-07-28
5
-84
/
+84
*
Make sure that .data() events don't bubble, per the discussion in 2e10af143b7...
John Resig
2010-07-27
2
-3
/
+14
*
Moving jQuery-core specific resets from QUnit to core.
jzaefferer
2010-07-27
1
-0
/
+11
*
Fix for issues discussed in 9faab0b74fd316c2161612236d9ea8a01f3c78f8. Goes to...
Dave Reed
2010-07-23
1
-4
/
+6
*
Ticket 6808. Updated per code review comments by jeresig
InfinitiesLoop
2010-07-23
1
-6
/
+3
*
Ticket #6808. Changes data() so on plain objects, it uses a function to conta...
InfinitiesLoop
2010-07-23
2
-7
/
+29
*
Fixed ant build to be more consistent with Makefile. Now has all same targets...
Richard D. Worth
2010-07-21
1
-16
/
+34
*
Whitespace (spaces to tabs)
Richard D. Worth
2010-07-21
1
-49
/
+49
*
Minor fix to Makefile so that 'make clean' doesn't fail when run immediately ...
Richard D. Worth
2010-07-21
1
-1
/
+1
*
Simplified getting the commit date using git log --pretty. Fixed missing date...
Richard D. Worth
2010-07-21
2
-1
/
+4
*
Ticket #6804. Adds a changeData event.
InfinitiesLoop
2010-07-20
2
-5
/
+21
*
Merge branch 'doug'
wycats
2010-06-19
5
-37
/
+175
|
\
|
*
Slight optmization on the Rakefile
Douglas Neiner
2010-06-19
1
-4
/
+4
[prev]
[next]