2011-01-14 |
wycats | Overwrite CRLF with LF
|
commit | commitdiff | tree |
2011-01-14 |
Jared Grippe | added jQuery.subclass
|
commit | commitdiff | tree |
2011-01-05 |
wycats | Revert "Register as a CommonJS async module if in that...
|
commit | commitdiff | tree |
2010-10-10 |
wycats | Should improve performance of closest considerably...
|
commit | commitdiff | tree |
2010-06-20 |
wycats | Merge branch 'doug'
|
commit | commitdiff | tree |
2010-06-20 |
Douglas Neiner | Slight optmization on the Rakefile
|
commit | commitdiff | tree |
2010-06-20 |
Douglas Neiner | Edits to README after Karl's review
|
commit | commitdiff | tree |
2010-06-20 |
Douglas Neiner | Minor changes to README
|
commit | commitdiff | tree |
2010-06-20 |
Douglas Neiner | Updated README file with updated information for the...
|
commit | commitdiff | tree |
2010-06-20 |
Douglas Neiner | Fixed spelling on QUnit pull message
|
commit | commitdiff | tree |
2010-06-20 |
Douglas Neiner | Updated Rakefile to remove use of *nix specific commands
|
commit | commitdiff | tree |
2010-06-20 |
Douglas Neiner | Updated Rakefile to mirror the functionality of the...
|
commit | commitdiff | tree |
2010-06-20 |
John Resig | Expose jQuery.uuid (use with caution) and make sure...
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Removed extra semicolon leftover from recent tweaking.
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Mobile WebKit browsers don't support accessing the...
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Need to expose the isLocal change globally as well.
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Temporarily disable ajax tests when running in TestSwam.
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Use custom events for testing unbind instead of the...
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Adjust isPlainObject test to run in an iframe.
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Make sure the offset tests work without a built jQuery...
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Update other remote test URLs as well.
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Strip off filename and query string for JSONP Remote...
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Update the TestSwarm URL to point to the new jQuery...
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Changed the order of the tests to run in the same order...
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Handle auto-running of the TestSwarm injection script...
|
commit | commitdiff | tree |
2010-06-20 |
jeresig | Made it so that you no longer need to build jQuery...
|
commit | commitdiff | tree |
2010-01-14 |
Yehuda Katz | wrapAll(Function) doesn't actually make sense. That...
|
commit | commitdiff | tree |
2009-12-10 |
Yehuda Katz | Fix up whitespace and a couple of glitches.
|
commit | commitdiff | tree |
2009-12-10 |
Yehuda Katz | Add function values to addClass, removeClass, toggleClass...
|
commit | commitdiff | tree |
2009-12-05 |
Yehuda Katz | Fixes a bug I introduced
|
commit | commitdiff | tree |
2009-12-05 |
Yehuda Katz | Added a test for bug 1095 for animations (animations...
|
commit | commitdiff | tree |
2009-12-01 |
Yehuda Katz | Adding a test that a new option can be selected with...
|
commit | commitdiff | tree |
2009-12-01 |
Yehuda Katz | Fix css("opacity") to not clobber other filters in...
|
commit | commitdiff | tree |
2009-11-30 |
Yehuda Katz | Fixes $.trim for closes #4980
|
commit | commitdiff | tree |
2009-09-17 |
Yehuda Katz | Getting $.param working well; Patch by ben_alman
|
commit | commitdiff | tree |
2009-09-16 |
Yehuda Katz | Probably not the optimal solution, but tests pass.
|
commit | commitdiff | tree |
2009-09-15 |
Yehuda Katz | avoid creating a new data cache if we don't need one...
|
commit | commitdiff | tree |
2009-09-15 |
Yehuda Katz | Make jQuery.winnow a local function
|
commit | commitdiff | tree |
2009-09-02 |
Yehuda Katz | Adds nested param serialization; Closes #4201 (by merbjedi)
|
commit | commitdiff | tree |
2009-07-21 |
Yehuda Katz | Adds detach()
|
commit | commitdiff | tree |
2009-07-17 |
Yehuda Katz | Add test for jQuery(jQueryObj) cloning and simplify...
|
commit | commitdiff | tree |
2009-07-17 |
Yehuda Katz | jQuery objects have a default length of 0. Simplifies...
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | Refactor queueing system to allow auto-dequeuing to...
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | Refactor jQuery.data a bit to reduce property lookups
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | Implemented .data() to get the entire data object....
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | Add a test for index()
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | Unify .not and .filter (resolves #4200).
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | jQuery.extend(true, Object, Object) copies custom objects...
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | jQuery.extend(true, Object, Object) copies objects...
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | Clear some dangling whitespace
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | Add support for .get(-Number) Closes #4188
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | Make toArray an alias for .get(). Closes #3999
|
commit | commitdiff | tree |
2009-07-16 |
Yehuda Katz | Added gitignore for people using git-svn
|
commit | commitdiff | tree |
2009-07-13 |
Yehuda Katz | clearQueue and next should now work with default fx...
|
commit | commitdiff | tree |
2009-07-13 |
Yehuda Katz | Uses the more stable font-size as a sentinel
|
commit | commitdiff | tree |
2009-07-13 |
Yehuda Katz | Test Tweak to normalize the CSS results across browsers
|
commit | commitdiff | tree |
2009-07-13 |
Yehuda Katz | Fix dangling comma of death in data.js
|
commit | commitdiff | tree |
2009-07-13 |
Yehuda Katz | Updates css() tests to use hex rather than color names
|
commit | commitdiff | tree |
2009-07-12 |
Yehuda Katz | Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll...
|
commit | commitdiff | tree |
2009-07-12 |
Yehuda Katz | Support for .foo(Function) and testing. TODO: More...
|
commit | commitdiff | tree |
2009-07-12 |
Yehuda Katz | Added test for css(String, Function) and css(Object...
|
commit | commitdiff | tree |
2009-07-12 |
Yehuda Katz | Add clearQueue for clearing non-fx queues
|
commit | commitdiff | tree |
2009-07-12 |
Yehuda Katz | Added a next() shortcut for queues
|
commit | commitdiff | tree |
2008-04-14 |
Yehuda Katz | Closes #2688
|
commit | commitdiff | tree |
2008-01-07 |
Yehuda Katz | Adds support for username and password to $.ajax
|
commit | commitdiff | tree |
2007-12-28 |
Yehuda Katz | Fixes bug with charCode, bad 'var' and missing semicolon
|
commit | commitdiff | tree |
2007-07-09 |
Yehuda Katz | Adds XHR support to Rhino evn
|
commit | commitdiff | tree |
2006-11-07 |
Yehuda Katz | Added metadata (fully documented)
|
commit | commitdiff | tree |
2006-10-28 |
Yehuda Katz | Updated ant so the default task doesn't require plugins
|
commit | commitdiff | tree |
2006-10-27 |
Yehuda Katz | Updates to the parsing engine
|
commit | commitdiff | tree |
2006-10-26 |
Yehuda Katz | Added comments to various plugins and added make and...
|
commit | commitdiff | tree |
2006-07-14 |
Yehuda Katz | Commented show, hide, toggle, addClass, removeClass...
|
commit | commitdiff | tree |
2006-07-13 |
Yehuda Katz | Commented parent, ancestors, parents, next, prev, and...
|
commit | commitdiff | tree |
2006-07-13 |
Yehuda Katz | (no commit message)
|
commit | commitdiff | tree |
|