git.asbjorn.biz
/
jquery.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
jquery.git
2010-09-21
John Resig
Scratch that, just punting on Opera and 304s for now...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
John Resig
Use a different workaround for detecting when Opera...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
jeresig
Escape RegExp braces to sooth JSLint's temper.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
jeresig
Switch to using isNaN instead of RegExp for data-.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
jeresig
Handle some additional data- number edge cases.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
jeresig
Make sure that the data- import also supports arrays.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
John Resig
Added in support for basic JSON object parsing of data...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
John Resig
Make sure that undefined is returned for not found...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
John Resig
Tweaked the data number RegExp some to handle some...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
jeresig
Fixing the problem with data-* based numbers as mention...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
John Resig
Merge remote branch 'RedWolves/master'
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
John Resig
Pull data-* attributes into .data(). Original code...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
John Resig
Allow plugins to delay the exeuction of the ready event...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
jeresig
Removing extra arg.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-20
jeresig
No need to set returnValue if preventDefault exists...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
Added in some .css() setter perf tests as well.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
Derp, had parseInt on the brain. Thanks karbassi in...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
Ralph Whitbeck
Updated the Questions? section with the forum information.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
Adding a simple file for doing .css() performance testing.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
Fix trailing arg.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
Simplifying the camelCase logic used in the CSS and...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
Cleaning up some un-needed CSS code and adding back...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
Merge branch 'csshooks'
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
jQuery.css() returns a string value - handle this prope...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
Make sure that empty height/width values are still...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
Fixed some sloppy checks in the effects test suite...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-17
John Resig
Bringing in the rdashAlpha/fcamelCase private var tweak...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
jeresig
Split apart jQuery.css into jQuery.css (computed values...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
jeresig
Wrap the core return in parens to fix a confused JSLint.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
jeresig
Removing leftover debug code.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
John Resig
Add a flag to verify if a browser supports some form...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
John Resig
Making some more adjustments to handle auto CSS properties.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Only set height/width if it's a non-negative number...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Make sure that height/width methods return numbers...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Another logic bug caught by furf in ad950c8c5992937640a...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Make sure that the CSS hook getter isn't called if...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Make sure that effect tests no longer reference the...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Adding in a couple private variables to effects.js...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Make sure that string values are returned from the...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Merge branch 'master' into csshooks
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Landing a bunch of bug fixes from furf's pull request...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Trim out the module wrappers during the build process...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Removing extraneous argument.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
jeresig
Make sure that jQuery is being exposed outside of core...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
jeresig
Make sure that the removeEvent and buildFragment privat...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
jeresig
Merge branch 'master' of github.com:jquery/jquery into...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
Karl Swedberg
added "#main" ancestor selector to an "Only Child"...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
John Resig
Broke more of the property-specific CSS logic out of...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
John Resig
First pass at unifying the various CSS methods in jQuer...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
John Resig
Broke apart some of the browser-specific logic for...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
John Resig
Some more minor formatting tweaks.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
John Resig
Tweaking the formatting from the previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Brandon Aaron
First look at css hooks. These hooks provide a way...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
John Resig
Fix the order of the element test arguments.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
John Resig
Tweaked the name unit tests to specify the exact nodes...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
John Resig
Remove cases of :contains() where quotes are used ...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
Brandon Aaron
Add .width() and .height() unit test for empty sets...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
Brandon Aaron
Increase max number of JSLint errors. This is necessary...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
John Resig
Switched to use 'in' for the setInterval/window check...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
John Resig
Blackberry 4.6 is capable of finding elements that...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
John Resig
Handle two more cases where comments were missing in...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
John Resig
Use the native isArray whenever possible. See perf...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
John Resig
Simplify the logic in $.type, thanks to jdalton for...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
John Resig
Added some tweaks to $.type to handle null and undefine...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-26
John Resig
Blackberry 4.6 doesn't maintain comment nodes in the...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-26
John Resig
Fixed mistake with tweaked iframe manipulation test.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-26
John Resig
Tweak some more jQuery set results in the manipulation...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-26
John Resig
Tweak more element orders in the manipulation tests...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-26
John Resig
Tweaked manipulation test to ignore order of elements...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-26
John Resig
Only attempt to use the IE technique for setting opacit...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-26
John Resig
Tweaked anchor test to work better on Blackberry 4.7.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-25
John Resig
Adding in a jQuery.type(obj) method (a simple map to...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-25
John Resig
Tweaked logic for working around Blackberry 4.7 makeArr...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-24
John Resig
Make sure that missing attributes return undefined...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-23
John Resig
Simplifying some of the .val() test code.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-23
John Resig
.val() on empty options returns the text value rather...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-23
John Resig
Fixing getting/setting classes and makeArray(RegExp...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-28
jzaefferer
Replace usage of the removed global reset() method...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
John Resig
Make sure that .data() events don't bubble, per the...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
jzaefferer
Moving jQuery-core specific resets from QUnit to core.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-23
Dave Reed
Fix for issues discussed in 9faab0b74fd316c2161612236d9...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
InfinitiesLoop
Ticket 6808. Updated per code review comments by jeresig
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
InfinitiesLoop
Ticket #6808. Changes data() so on plain objects, it...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Richard D....
Fixed ant build to be more consistent with Makefile...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Richard D....
Whitespace (spaces to tabs)
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Richard D....
Minor fix to Makefile so that 'make clean' doesn't...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Richard D....
Simplified getting the commit date using git log -...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
InfinitiesLoop
Ticket #6804. Adds a changeData event.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-21
adam j. sontag
.closest() should return a unique set of elements,...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
wycats
Merge branch 'doug'
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
Douglas Neiner
Slight optmization on the Rakefile
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
Douglas Neiner
Edits to README after Karl's review
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
Douglas Neiner
Minor changes to README
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
Douglas Neiner
Updated README file with updated information for the...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
Douglas Neiner
Fixed spelling on QUnit pull message
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
Douglas Neiner
Updated Rakefile to remove use of *nix specific commands
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
Douglas Neiner
Updated Rakefile to mirror the functionality of the...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
John Resig
Expose jQuery.uuid (use with caution) and make sure...
commit
|
commitdiff
|
tree
|
snapshot
next