2010-01-07 |
jeresig | Added some .text(Function) tests. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
jeresig | Added tests for attribute function setters. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
jeresig | Removed .removeAttr(Function), it didn't really make... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
jeresig | Make sure the state is passed in to the toggleClass... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
jeresig | Moved the val() tests from manipulation into attributes. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
jeresig | Fixed some bugs relating to the setter arg change in... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
jeresig | Fixing some bugs in the re-tooling of toggleClass,... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
jeresig | A first pass at making sure that all the setter functio... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
jeresig | Add some abort() Ajax tests. Verifies that #3984 works. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
commit | commitdiff | tree | snapshot |
2010-01-06 |
jeresig | Adding in backwards-compatiblity support for jQuery... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Filipe Fortes | Make sure to do a deep copy on arrays. #5750 |
commit | commitdiff | tree | snapshot |
2010-01-06 |
jeresig | Added in support for content-type sniffing for scripts... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Rick Waldron | Detect JSON Ajax requests by the response content-type... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
jeresig | Merging in jQuery.proxy() branch. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
jeresig | Added in a holdover jQuery.event.guid for back-compat... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
jeresig | Merge branch 'useragent' |
commit | commitdiff | tree | snapshot |
2010-01-05 |
jeresig | Try to use the native JSON parser in all cases and... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
jeresig | Rewrite of jQuery.browser to become engine-centric... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
jeresig | Make sure that the ActiveX exception is caught if it... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
jeresig | Try to use XMLHttpRequest in more cases in IE 7. Thanks... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
John Resig | Update the copyright from 2009 to 2010. |
commit | commitdiff | tree | snapshot |
2010-01-03 |
jeresig | Oops, Rakefile was generating the wrong file. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
jeresig | Added in jQuery.proxy(obj, name), like the method descr... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
jeresig | Moved jQuery.proxy() into core. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
jeresig | Merge branch 'bug-5735' |
commit | commitdiff | tree | snapshot |
2009-12-31 |
jeresig | Allow the Makefile to be more resiliant to broken build... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
jeresig | Rather than declaring empty anonymous functions all... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
jeresig | When .bind('unload') was called it accidentally went... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
jeresig | Remove the .bind(name, fn, thisObject) and promote... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
jeresig | Experiment switching to using onreadystatechange rather... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Make a feature detect for the attribute selected code... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | The option isn't, necessarily, hidden when this occurs. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Make sure that selected works in Safari on options... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Forgot to make sure that oldData actually had data... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Ben Alman | Moved jQuery.param "traditional" flag into jQuery.ajaxS... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Explicitly re-bind the events on clone. Copying over... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Add some extra tests to make sure we can get the value... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | The logic for specified option values was already handl... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Make sure that the correct value is being pulled from... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Make sure that the correct value is retreived for optio... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Made sure that the .val() logic for setting radios... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Fixed the issue where getting an empty value was imposs... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Updated the README to reference the Closure Compiler... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Standardize on using double-quotes for string literals. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
jeresig | Made a number of spacing changes to bring the code... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
jeresig | Tweaked the syntax of withinElement a bit. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
jeresig | Tweaked a couple cases where == was used instead of... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Alexander Farkas | Make sure that the beforeactivate event isn't accidenta... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Jörn Zaefferer | Stop trying to emulate the focus/blur event in IE,... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Alexander Farkas | Used the patch from Alexander as the basis for a rewrit... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
jeresig | Make sure we use instead of in the delegate test. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
jeresig | Moved logic for handling .animate({}), doesn't queue... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
John Resig | Bringing Sizzle test suite changes back in. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | Make sure that we don't bind the onunload event in... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | Switched from using YUI Compressor to Google Compiler... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | No need to use the conditional comment for binding... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | Updating the source version to 1.4b1pre. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | Tagging the 1.4a2 release. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | Updating the source version to 1.4b1pre. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | Tagging the 1.4a2 release. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | Move the test results list above the test HTML to avoid... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | The constructor check for isPlainObject was redundant... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | Added additional checks for DOM nodes and window to... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
jeresig | Temporarily disabling test for bug #4299. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
jeresig | Fixed the spacing from the last commit. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
jeresig | Disabled the passthrough .attr(method_name) functionali... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Robert Katic | Made isPlainObject() supporting null, undefined, and... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
jeresig | Backing out the change from 841f9ff7a1815b521044aeeb39c... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
jeresig | Brought the attributes module more inline with the... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
jeresig | Bringing the effects module closer to being inline... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
jeresig | Renamed the 'fx' module to 'effects'. Should've been... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
jeresig | Removed jQuery.fn.contains - didn't match the :contains... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Dave Methvin | Ignore case of script tags to make sure they're removed... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Dave Methvin | Add new html5 input types to list of serializable types... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
jeresig | Removed 'abbr' from self-closing tags list. Fixes ... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Dave Methvin | Default callbackContext to the $.extended ajax options... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Ben Alman | Reorganized param code slightly to once again define... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Ben Alman | Further modified jQuery 1.4 .param() method to serializ... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Karl Swedberg | added a couple missing semicolons and fixed a typo... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
jeresig | Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
jeresig | Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacba... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
jeresig | Reworked some more of the selector tests as well to... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
jeresig | Added some more tests around the name tests to catch... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
jeresig | Make sure that the node exists before attempting to... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
jeresig | Stick with just getter/setters in attrFn. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
jeresig | Moved readyList check. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
jeresig | Make sure that some height/width is set for the nothidd... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
jeresig | Reverted accidental commit in 5197ac9fc8aa71c2ebc0d7217... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
jeresig | Retooled the arguments.callee-related changes in 98ce35... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
jeresig | No need to use jQuery's event system for binding the... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Batiste Bieler | Enforce that hasClass and removeClass work even with... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
jeresig | Disable getting values using the .attr() function short... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1... |
commit | commitdiff | tree | snapshot |
next |