git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Test jQuery.type also with document.
[jquery.git]
/
src
/
2010-09-23
Robert Katic
Made jQuery.type more consistent with host objects.
tree
|
commitdiff
2010-09-23
Robert Katic
Added support for map of events in live, die, delegate...
tree
|
commitdiff
2010-09-23
Robert Katic
Ensured that arrays are not considered same as plain...
tree
|
commitdiff
2010-09-22
jeresig
Fix missing var. Thanks to @jeff-themovie for the catch.
tree
|
commitdiff
2010-09-22
jeresig
Add some tests for jQuery.isWindow and make sure that...
tree
|
commitdiff
2010-09-22
jeresig
Unify the means of detecting a window across the librar...
tree
|
commitdiff
2010-09-22
jeresig
Allow # urls to contain #. Thanks to @alvopass in f9f9e...
tree
|
commitdiff
2010-09-22
John Resig
Make sure that #... are trimmed from Ajax request URLs...
tree
|
commitdiff
2010-09-22
jeresig
Make .data(Object) extend the existing data object...
tree
|
commitdiff
2010-09-22
Jacob Wright
Fix bug when accessing .data() on an empty set. Return...
tree
|
commitdiff
2010-09-22
Karl Swedberg
Added full support for easing in all shorthand effects...
tree
|
commitdiff
2010-09-22
jeresig
Some minor lint fixes for the RegExp.
tree
|
commitdiff
2010-09-22
jeresig
Applied the RegExp issues reported by Jeff Robinson...
tree
|
commitdiff
2010-09-22
jeresig
Re-work the document scoping.
tree
|
commitdiff
2010-09-22
jeresig
Make sure the data- number has at least one number...
tree
|
commitdiff
2010-09-21
John Resig
Make sure that non-px values aren't manipulated before...
tree
|
commitdiff
2010-09-21
John Resig
Fix bug with the readyWait DOM ready addition.
tree
|
commitdiff
2010-09-21
John Resig
Scratch that, just punting on Opera and 304s for now...
tree
|
commitdiff
2010-09-21
John Resig
Use a different workaround for detecting when Opera...
tree
|
commitdiff
2010-09-21
jeresig
Escape RegExp braces to sooth JSLint's temper.
tree
|
commitdiff
2010-09-21
jeresig
Switch to using isNaN instead of RegExp for data-.
tree
|
commitdiff
2010-09-21
jeresig
Handle some additional data- number edge cases.
tree
|
commitdiff
2010-09-21
jeresig
Make sure that the data- import also supports arrays.
tree
|
commitdiff
2010-09-21
John Resig
Added in support for basic JSON object parsing of data...
tree
|
commitdiff
2010-09-21
John Resig
Make sure that undefined is returned for not found...
tree
|
commitdiff
2010-09-21
John Resig
Tweaked the data number RegExp some to handle some...
tree
|
commitdiff
2010-09-21
jeresig
Fixing the problem with data-* based numbers as mention...
tree
|
commitdiff
2010-09-20
John Resig
Pull data-* attributes into .data(). Original code...
tree
|
commitdiff
2010-09-20
John Resig
Allow plugins to delay the exeuction of the ready event...
tree
|
commitdiff
2010-09-20
jeresig
Removing extra arg.
tree
|
commitdiff
2010-09-20
jeresig
No need to set returnValue if preventDefault exists...
tree
|
commitdiff
2010-09-17
John Resig
Derp, had parseInt on the brain. Thanks karbassi in...
tree
|
commitdiff
2010-09-17
John Resig
Fix trailing arg.
tree
|
commitdiff
2010-09-17
John Resig
Simplifying the camelCase logic used in the CSS and...
tree
|
commitdiff
2010-09-17
John Resig
Cleaning up some un-needed CSS code and adding back...
tree
|
commitdiff
2010-09-17
John Resig
Merge branch 'csshooks'
tree
|
commitdiff
2010-09-17
John Resig
jQuery.css() returns a string value - handle this prope...
tree
|
commitdiff
2010-09-17
John Resig
Make sure that empty height/width values are still...
tree
|
commitdiff
2010-09-17
John Resig
Bringing in the rdashAlpha/fcamelCase private var tweak...
tree
|
commitdiff
2010-09-16
jeresig
Split apart jQuery.css into jQuery.css (computed values...
tree
|
commitdiff
2010-09-14
jeresig
Wrap the core return in parens to fix a confused JSLint.
tree
|
commitdiff
2010-09-13
John Resig
Add a flag to verify if a browser supports some form...
tree
|
commitdiff
2010-09-13
John Resig
Making some more adjustments to handle auto CSS properties.
tree
|
commitdiff
2010-09-09
jeresig
Only set height/width if it's a non-negative number...
tree
|
commitdiff
2010-09-09
jeresig
Make sure that height/width methods return numbers...
tree
|
commitdiff
2010-09-09
jeresig
Another logic bug caught by furf in ad950c8c5992937640a...
tree
|
commitdiff
2010-09-09
jeresig
Make sure that the CSS hook getter isn't called if...
tree
|
commitdiff
2010-09-09
jeresig
Adding in a couple private variables to effects.js...
tree
|
commitdiff
2010-09-09
jeresig
Make sure that string values are returned from the...
tree
|
commitdiff
2010-09-09
jeresig
Merge branch 'master' into csshooks
tree
|
commitdiff
2010-09-09
jeresig
Landing a bunch of bug fixes from furf's pull request...
tree
|
commitdiff
2010-09-09
jeresig
Removing extraneous argument.
tree
|
commitdiff
2010-09-09
jeresig
Make sure that jQuery is being exposed outside of core...
tree
|
commitdiff
2010-09-08
jeresig
Make sure that the removeEvent and buildFragment privat...
tree
|
commitdiff
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
tree
|
commitdiff
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
tree
|
commitdiff
2010-09-05
John Resig
Broke more of the property-specific CSS logic out of...
tree
|
commitdiff
2010-09-05
John Resig
First pass at unifying the various CSS methods in jQuer...
tree
|
commitdiff
2010-09-05
John Resig
Broke apart some of the browser-specific logic for...
tree
|
commitdiff
2010-09-05
John Resig
Some more minor formatting tweaks.
tree
|
commitdiff
2010-09-05
John Resig
Tweaking the formatting from the previous commit.
tree
|
commitdiff
2010-09-03
Brandon Aaron
First look at css hooks. These hooks provide a way...
tree
|
commitdiff
2010-08-27
John Resig
Switched to use 'in' for the setInterval/window check...
tree
|
commitdiff
2010-08-27
John Resig
Blackberry 4.6 is capable of finding elements that...
tree
|
commitdiff
2010-08-27
John Resig
Use the native isArray whenever possible. See perf...
tree
|
commitdiff
2010-08-27
John Resig
Simplify the logic in $.type, thanks to jdalton for...
tree
|
commitdiff
2010-08-27
John Resig
Added some tweaks to $.type to handle null and undefine...
tree
|
commitdiff
2010-08-26
John Resig
Only attempt to use the IE technique for setting opacit...
tree
|
commitdiff
2010-08-25
John Resig
Adding in a jQuery.type(obj) method (a simple map to...
tree
|
commitdiff
2010-08-25
John Resig
Tweaked logic for working around Blackberry 4.7 makeArr...
tree
|
commitdiff
2010-08-24
John Resig
Make sure that missing attributes return undefined...
tree
|
commitdiff
2010-08-23
John Resig
.val() on empty options returns the text value rather...
tree
|
commitdiff
2010-08-23
John Resig
Fixing getting/setting classes and makeArray(RegExp...
tree
|
commitdiff
2010-07-27
John Resig
Make sure that .data() events don't bubble, per the...
tree
|
commitdiff
2010-07-23
Dave Reed
Fix for issues discussed in 9faab0b74fd316c2161612236d9...
tree
|
commitdiff
2010-07-22
InfinitiesLoop
Ticket 6808. Updated per code review comments by jeresig
tree
|
commitdiff
2010-07-22
InfinitiesLoop
Ticket #6808. Changes data() so on plain objects, it...
tree
|
commitdiff
2010-07-20
InfinitiesLoop
Ticket #6804. Adds a changeData event.
tree
|
commitdiff
2010-06-20
John Resig
Expose jQuery.uuid (use with caution) and make sure...
tree
|
commitdiff
2010-06-20
jeresig
Removed extra semicolon leftover from recent tweaking.
tree
|
commitdiff
2010-06-20
jeresig
Made it so that you no longer need to build jQuery...
tree
|
commitdiff
2010-06-15
jeresig
Fixing request data param issue. Thanks to mislav for...
tree
|
commitdiff
2010-06-15
jeresig
Tweak spacing from last commit.
tree
|
commitdiff
2010-06-15
malsup
Fix for http://dev.jquery.com/ticket/6451
tree
|
commitdiff
2010-04-24
John Resig
Expose jQuery.uuid (use with caution) and make sure...
tree
|
commitdiff
2010-03-31
jeresig
Removed extra semicolon leftover from recent tweaking.
tree
|
commitdiff
2010-03-24
Brandon Aaron
Merge branch 'master' of github.com:jquery/jquery
tree
|
commitdiff
2010-03-23
jeresig
Made it so that you no longer need to build jQuery...
tree
|
commitdiff
2010-03-23
Brandon Aaron
Fixed an issue with setting offset of absolutely positi...
tree
|
commitdiff
2010-03-23
Brandon Aaron
Fix setting only one property at a time in .offset({})
tree
|
commitdiff
2010-03-11
jeresig
Switch to using String.prototype.trim from String.trim...
tree
|
commitdiff
2010-03-09
jeresig
Make sure that special remove and teardown events get...
tree
|
commitdiff
2010-03-09
jeresig
Landing a faster trim method. Based upon the work by...
tree
|
commitdiff
2010-03-05
jeresig
No need to use .call() anymore since we switched from...
tree
|
commitdiff
2010-03-05
jeresig
Attempted to fix #6227, not entirely sure if it's a...
tree
|
commitdiff
2010-03-02
jeresig
Added in Ben Alman's proposed event.namespace property...
tree
|
commitdiff
2010-03-02
jeresig
Make sure that we don't try to remove data from an...
tree
|
commitdiff
2010-03-02
jeresig
Moving more properties onto jQuery.ajax, also copy...
tree
|
commitdiff
2010-03-02
jeresig
Remove the need for the return in sizzle-jquery and...
tree
|
commitdiff
2010-03-02
jeresig
More changes to get jQuery in line with JSLint.
tree
|
commitdiff
next