2010-01-28 |
jeresig | Skip around inserting a fragment when possible (insert...
|
commit | commitdiff | tree |
2010-01-28 |
jeresig | Landing some minor perf optimization to jQuery().
|
commit | commitdiff | tree |
2010-01-28 |
jeresig | Optimize for the case where a fragment-bound element...
|
commit | commitdiff | tree |
2010-01-28 |
jeresig | Further optimize the empty/remove/cleanData logic.
|
commit | commitdiff | tree |
2010-01-28 |
jeresig | Provide a way to simulate default browser actions....
|
commit | commitdiff | tree |
2010-01-28 |
jeresig | Add a new build mode to the Makefile that doesn't try...
|
commit | commitdiff | tree |
2010-01-28 |
jeresig | Make sure namespaces is always an array, when passed...
|
commit | commitdiff | tree |
2010-01-28 |
jeresig | Make sure that jQuery.data( elem ) always returns a...
|
commit | commitdiff | tree |
2010-01-27 |
jeresig | No reason to limit the initial change data store to...
|
commit | commitdiff | tree |
2010-01-26 |
jeresig | Updating the source version to 1.4.2pre.
|
commit | commitdiff | tree |
2010-01-26 |
jeresig | Tagging the 1.4.1 release.
|
commit | commitdiff | tree |
2010-01-26 |
jeresig | Make sure that the correct context is being passed...
|
commit | commitdiff | tree |
2010-01-26 |
jeresig | Make work wrapInner(fn) work consistently. Fixes #5799.
|
commit | commitdiff | tree |
2010-01-25 |
jeresig | Make sure that special.add actually copies over event...
|
commit | commitdiff | tree |
2010-01-25 |
jeresig | Make sure multiple bound events have their namespaces...
|
commit | commitdiff | tree |
2010-01-25 |
jeresig | Cleaned up divs that should've been removed after a...
|
commit | commitdiff | tree |
2010-01-25 |
jeresig | Make sure that it's possible to preventDefault natively...
|
commit | commitdiff | tree |
2010-01-25 |
jeresig | Update the license URL in the header.
|
commit | commitdiff | tree |
2010-01-25 |
John Resig | Make sure original context is maintained and not the...
|
commit | commitdiff | tree |
2010-01-25 |
John Resig | Objects with length properties weren't getting serialized...
|
commit | commitdiff | tree |
2010-01-25 |
John Resig | Use alternative technique for triggering an abort,...
|
commit | commitdiff | tree |
2010-01-25 |
John Resig | Don't set the context in .load() as it stops the global...
|
commit | commitdiff | tree |
2010-01-25 |
John Resig | Make sure that XHTML-style HTML is purified in .html...
|
commit | commitdiff | tree |
2010-01-24 |
jeresig | Expose cleanData, make sure that all bound event handlers...
|
commit | commitdiff | tree |
2010-01-24 |
jeresig | Added in .height(fn) and .width(fn) support. Fixes...
|
commit | commitdiff | tree |
2010-01-23 |
jeresig | Make empty strings (and other non-string values) simply...
|
commit | commitdiff | tree |
2010-01-23 |
jeresig | Moved add() tests from core to traversing.
|
commit | commitdiff | tree |
2010-01-23 |
jeresig | Expose the JSON parsing logic. Fixes #5914.
|
commit | commitdiff | tree |
2010-01-23 |
jeresig | Centralize the logic for throwing exceptions. Fixes...
|
commit | commitdiff | tree |
2010-01-23 |
jeresig | Make sure that .die() with no args works. Fixes #5789.
|
commit | commitdiff | tree |
2010-01-23 |
jeresig | Merge branch 'master' of github.com:jquery/jquery
|
commit | commitdiff | tree |
2010-01-21 |
jeresig | Updating the date in MIT-LICENSE.txt. Thanks @mathias...
|
commit | commitdiff | tree |
2010-01-18 |
jeresig | Adding in the change recommended by Alexander Farkas...
|
commit | commitdiff | tree |
2010-01-18 |
jeresig | Fix missing var declaration for the length iterator.
|
commit | commitdiff | tree |
2010-01-16 |
John Resig | Make sure regular settings object is set as context...
|
commit | commitdiff | tree |
2010-01-15 |
John Resig | Removed some dead code from buildFragment. Thanks to...
|
commit | commitdiff | tree |
2010-01-15 |
John Resig | Expose the proxy object on the object, for the benefit...
|
commit | commitdiff | tree |
2010-01-15 |
John Resig | The inArray declaration was accidentally duplicated.
|
commit | commitdiff | tree |
2010-01-14 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery
|
commit | commitdiff | tree |
2010-01-14 |
John Resig | Removed extraneous thisObject references. Thanks to...
|
commit | commitdiff | tree |
2010-01-13 |
jeresig | Updating the source version to 1.4.1pre.
|
commit | commitdiff | tree |
2010-01-13 |
jeresig | We only care that some of the html return value is...
|
commit | commitdiff | tree |
2010-01-13 |
jeresig | Make sure no exception is thrown if no event handler...
|
commit | commitdiff | tree |
2010-01-13 |
jeresig | Make sure that null params aren't traversed. Fixes...
|
commit | commitdiff | tree |
2010-01-13 |
jeresig | Send data if a DELETE Ajax request is done. Fixes ...
|
commit | commitdiff | tree |
2010-01-13 |
jeresig | Make sure that disconnected nodes aren't sorted/uniqued...
|
commit | commitdiff | tree |
2010-01-13 |
jeresig | Fixed typo in logic, also disabled function setters...
|
commit | commitdiff | tree |
2010-01-13 |
jeresig | Make sure that the xhr object still exists after the...
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | Make sure that the focusin and focusout easy-bind methods...
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | Make sure oldAbort is only called if the xhr object...
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | Updating the source version to 1.4.
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | Tagging the 1.4rc1 release.
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | Simplified some of the logic for handling the ajax...
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | ajaxStop was getting called too many times, separated...
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | Accidentally removed the init from the Makefile selector...
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | Make sure that Opera fires events after an aborted...
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | Bringing some selector tests back from Sizzle.
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | Merge branch 'master' of github.com:jquery/jquery
|
commit | commitdiff | tree |
2010-01-12 |
jeresig | Some more touching up of the replaceWith tests.
|
commit | commitdiff | tree |
2010-01-11 |
jeresig | Did some reorganizing of the recently added replaceWith...
|
commit | commitdiff | tree |
2010-01-11 |
jeresig | Make sure we do the malformed JSON check for all both...
|
commit | commitdiff | tree |
2010-01-11 |
jeresig | Make sure that wrapInner works on elements that have...
|
commit | commitdiff | tree |
2010-01-11 |
jeresig | Final pass at fixing #5785. Need to make sure that...
|
commit | commitdiff | tree |
2010-01-11 |
jeresig | Made some additional tests for #5785.
|
commit | commitdiff | tree |
2010-01-11 |
jeresig | Make sure we use detach instead of remove in replaceWith...
|
commit | commitdiff | tree |
2010-01-11 |
jeresig | Revert "Adding in backwards-compatiblity support for...
|
commit | commitdiff | tree |
2010-01-11 |
jeresig | Make sure that submit event is still bound for regular...
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Merge branch 'setterargs'
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Re-ordering the args to setOffset() in case people...
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Added in support for .offset(Function).
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Add .css(Function) incoming value tests.
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | No need for the try/finally logic in the css tests...
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Added manipulation tests for setter function args.
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Make sure that .html(Function) gets the correct previous...
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Make sure the exception has some level of parity with...
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Make sure that a parsererror is thrown whenever malformed...
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Back out the try/catch logic from around JSON.parse...
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Added some .text(Function) tests.
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Added tests for attribute function setters.
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Removed .removeAttr(Function), it didn't really make...
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Make sure the state is passed in to the toggleClass...
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | There's enough logic going on in jQuery.ajaxSettings...
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Moved the val() tests from manipulation into attributes.
|
commit | commitdiff | tree |
2010-01-07 |
jeresig | Fixed some bugs relating to the setter arg change in...
|
commit | commitdiff | tree |
2010-01-06 |
jeresig | Fixing some bugs in the re-tooling of toggleClass,...
|
commit | commitdiff | tree |
2010-01-06 |
jeresig | A first pass at making sure that all the setter function...
|
commit | commitdiff | tree |
2010-01-06 |
jeresig | Add some abort() Ajax tests. Verifies that #3984 works.
|
commit | commitdiff | tree |
2010-01-06 |
jeresig | Merge branch 'master' of github.com:jquery/jquery
|
commit | commitdiff | tree |
2010-01-06 |
jeresig | Adding in backwards-compatiblity support for jQuery...
|
commit | commitdiff | tree |
2010-01-06 |
jeresig | Added in support for content-type sniffing for scripts...
|
commit | commitdiff | tree |
2010-01-06 |
jeresig | Merging in jQuery.proxy() branch.
|
commit | commitdiff | tree |
2010-01-06 |
jeresig | Added in a holdover jQuery.event.guid for back-compat...
|
commit | commitdiff | tree |
2010-01-06 |
jeresig | Merge branch 'useragent'
|
commit | commitdiff | tree |
2010-01-05 |
jeresig | Try to use the native JSON parser in all cases and...
|
commit | commitdiff | tree |
2010-01-05 |
jeresig | Rewrite of jQuery.browser to become engine-centric...
|
commit | commitdiff | tree |
2010-01-05 |
jeresig | Make sure that the ActiveX exception is caught if it...
|
commit | commitdiff | tree |
2010-01-05 |
jeresig | Try to use XMLHttpRequest in more cases in IE 7. Thanks...
|
commit | commitdiff | tree |
2010-01-04 |
John Resig | Update the copyright from 2009 to 2010.
|
commit | commitdiff | tree |
2010-01-03 |
jeresig | Oops, Rakefile was generating the wrong file.
|
commit | commitdiff | tree |
2009-12-31 |
jeresig | Added in jQuery.proxy(obj, name), like the method described...
|
commit | commitdiff | tree |
next |