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 |
2009-12-31 |
jeresig | Moved jQuery.proxy() into core.
|
commit | commitdiff | tree |
2009-12-31 |
jeresig | Merge branch 'bug-5735'
|
commit | commitdiff | tree |
2009-12-31 |
jeresig | Allow the Makefile to be more resiliant to broken builds...
|
commit | commitdiff | tree |
2009-12-31 |
jeresig | Rather than declaring empty anonymous functions all...
|
commit | commitdiff | tree |
2009-12-31 |
jeresig | When .bind('unload') was called it accidentally went...
|
commit | commitdiff | tree |
2009-12-31 |
jeresig | Remove the .bind(name, fn, thisObject) and promote...
|
commit | commitdiff | tree |
2009-12-31 |
jeresig | Experiment switching to using onreadystatechange rather...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Make a feature detect for the attribute selected code...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | The option isn't, necessarily, hidden when this occurs.
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Make sure that selected works in Safari on options...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Merge branch 'master' of github.com:jquery/jquery
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Forgot to make sure that oldData actually had data...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Explicitly re-bind the events on clone. Copying over...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Add some extra tests to make sure we can get the value...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | The logic for specified option values was already handled...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Make sure that the correct value is being pulled from...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Make sure that the correct value is retreived for options...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Made sure that the .val() logic for setting radios...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Fixed the issue where getting an empty value was impossible...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Updated the README to reference the Closure Compiler...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Standardize on using double-quotes for string literals.
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Made a number of spacing changes to bring the code...
|
commit | commitdiff | tree |
2009-12-21 |
jeresig | Tweaked the syntax of withinElement a bit.
|
commit | commitdiff | tree |
2009-12-21 |
jeresig | Tweaked a couple cases where == was used instead of...
|
commit | commitdiff | tree |
2009-12-21 |
jeresig | Make sure we use instead of in the delegate test.
|
commit | commitdiff | tree |
2009-12-21 |
jeresig | Moved logic for handling .animate({}), doesn't queue...
|
commit | commitdiff | tree |
2009-12-19 |
John Resig | Bringing Sizzle test suite changes back in.
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Make sure that we don't bind the onunload event in...
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Switched from using YUI Compressor to Google Compiler...
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | No need to use the conditional comment for binding...
|
commit | commitdiff | tree |
next |