2010-01-13 |
jeresig | Make sure no exception is thrown if no event handler... |
tree | commitdiff |
2010-01-13 |
jeresig | Make sure that null params aren't traversed. Fixes... |
tree | commitdiff |
2010-01-13 |
jeresig | Send data if a DELETE Ajax request is done. Fixes ... |
tree | commitdiff |
2010-01-13 |
jeresig | Make sure that disconnected nodes aren't sorted/uniqued... |
tree | commitdiff |
2010-01-13 |
jeresig | Fixed typo in logic, also disabled function setters... |
tree | commitdiff |
2010-01-13 |
jeresig | Make sure that the xhr object still exists after the... |
tree | commitdiff |
2010-01-12 |
jeresig | Make sure that the focusin and focusout easy-bind metho... |
tree | commitdiff |
2010-01-12 |
jeresig | Make sure oldAbort is only called if the xhr object... |
tree | commitdiff |
2010-01-12 |
jeresig | Simplified some of the logic for handling the ajax... |
tree | commitdiff |
2010-01-12 |
jeresig | ajaxStop was getting called too many times, separated... |
tree | commitdiff |
2010-01-12 |
jeresig | Make sure that Opera fires events after an aborted... |
tree | commitdiff |
2010-01-12 |
Paul Irish | browser version detection revised for opera >= 10,... |
tree | commitdiff |
2010-01-12 |
Neeraj Singh | fixed typo in comments |
tree | commitdiff |
2010-01-11 |
jeresig | Make sure we do the malformed JSON check for all both... |
tree | commitdiff |
2010-01-11 |
jeresig | Make sure that wrapInner works on elements that have... |
tree | commitdiff |
2010-01-11 |
jeresig | Final pass at fixing #5785. Need to make sure that... |
tree | commitdiff |
2010-01-11 |
jeresig | Make sure we use detach instead of remove in replaceWit... |
tree | commitdiff |
2010-01-11 |
jeresig | Revert "Adding in backwards-compatiblity support for... |
tree | commitdiff |
2010-01-11 |
jeresig | Make sure that submit event is still bound for regular... |
tree | commitdiff |
2010-01-07 |
jeresig | Merge branch 'setterargs' |
tree | commitdiff |
2010-01-07 |
jeresig | Re-ordering the args to setOffset() in case people... |
tree | commitdiff |
2010-01-07 |
jeresig | Added in support for .offset(Function). |
tree | commitdiff |
2010-01-07 |
jeresig | Make sure that .html(Function) gets the correct previou... |
tree | commitdiff |
2010-01-07 |
jeresig | Make sure the exception has some level of parity with... |
tree | commitdiff |
2010-01-07 |
jeresig | Make sure that a parsererror is thrown whenever malform... |
tree | commitdiff |
2010-01-07 |
jeresig | Back out the try/catch logic from around JSON.parse... |
tree | commitdiff |
2010-01-07 |
jeresig | Removed .removeAttr(Function), it didn't really make... |
tree | commitdiff |
2010-01-07 |
jeresig | Make sure the state is passed in to the toggleClass... |
tree | commitdiff |
2010-01-07 |
jeresig | There's enough logic going on in jQuery.ajaxSettings... |
tree | commitdiff |
2010-01-07 |
jeresig | Fixed some bugs relating to the setter arg change in... |
tree | commitdiff |
2010-01-06 |
jeresig | Fixing some bugs in the re-tooling of toggleClass,... |
tree | commitdiff |
2010-01-06 |
jeresig | A first pass at making sure that all the setter functio... |
tree | commitdiff |
2010-01-06 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2010-01-06 |
jeresig | Adding in backwards-compatiblity support for jQuery... |
tree | commitdiff |
2010-01-06 |
Filipe Fortes | Make sure to do a deep copy on arrays. #5750 |
tree | commitdiff |
2010-01-06 |
jeresig | Added in support for content-type sniffing for scripts... |
tree | commitdiff |
2010-01-06 |
Rick Waldron | Detect JSON Ajax requests by the response content-type... |
tree | commitdiff |
2010-01-06 |
jeresig | Merging in jQuery.proxy() branch. |
tree | commitdiff |
2010-01-06 |
jeresig | Added in a holdover jQuery.event.guid for back-compat... |
tree | commitdiff |
2010-01-06 |
jeresig | Merge branch 'useragent' |
tree | commitdiff |
2010-01-05 |
jeresig | Try to use the native JSON parser in all cases and... |
tree | commitdiff |
2010-01-05 |
jeresig | Rewrite of jQuery.browser to become engine-centric... |
tree | commitdiff |
2010-01-05 |
jeresig | Make sure that the ActiveX exception is caught if it... |
tree | commitdiff |
2010-01-05 |
jeresig | Try to use XMLHttpRequest in more cases in IE 7. Thanks... |
tree | commitdiff |
2010-01-04 |
John Resig | Update the copyright from 2009 to 2010. |
tree | commitdiff |
2009-12-31 |
jeresig | Added in jQuery.proxy(obj, name), like the method descr... |
tree | commitdiff |
2009-12-31 |
jeresig | Moved jQuery.proxy() into core. |
tree | commitdiff |
2009-12-31 |
jeresig | Merge branch 'bug-5735' |
tree | commitdiff |
2009-12-31 |
jeresig | Rather than declaring empty anonymous functions all... |
tree | commitdiff |
2009-12-31 |
jeresig | When .bind('unload') was called it accidentally went... |
tree | commitdiff |
2009-12-31 |
jeresig | Remove the .bind(name, fn, thisObject) and promote... |
tree | commitdiff |
2009-12-31 |
jeresig | Experiment switching to using onreadystatechange rather... |
tree | commitdiff |
2009-12-22 |
jeresig | Make a feature detect for the attribute selected code... |
tree | commitdiff |
2009-12-22 |
jeresig | The option isn't, necessarily, hidden when this occurs. |
tree | commitdiff |
2009-12-22 |
jeresig | Make sure that selected works in Safari on options... |
tree | commitdiff |
2009-12-22 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2009-12-22 |
jeresig | Forgot to make sure that oldData actually had data... |
tree | commitdiff |
2009-12-22 |
Ben Alman | Moved jQuery.param "traditional" flag into jQuery.ajaxS... |
tree | commitdiff |
2009-12-22 |
jeresig | Explicitly re-bind the events on clone. Copying over... |
tree | commitdiff |
2009-12-22 |
jeresig | The logic for specified option values was already handl... |
tree | commitdiff |
2009-12-22 |
jeresig | Make sure that the correct value is being pulled from... |
tree | commitdiff |
2009-12-22 |
jeresig | Make sure that the correct value is retreived for optio... |
tree | commitdiff |
2009-12-22 |
jeresig | Made sure that the .val() logic for setting radios... |
tree | commitdiff |
2009-12-22 |
jeresig | Fixed the issue where getting an empty value was imposs... |
tree | commitdiff |
2009-12-22 |
jeresig | Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d... |
tree | commitdiff |
2009-12-22 |
jeresig | Standardize on using double-quotes for string literals. |
tree | commitdiff |
2009-12-22 |
jeresig | Made a number of spacing changes to bring the code... |
tree | commitdiff |
2009-12-21 |
jeresig | Tweaked the syntax of withinElement a bit. |
tree | commitdiff |
2009-12-21 |
jeresig | Tweaked a couple cases where == was used instead of... |
tree | commitdiff |
2009-12-21 |
Alexander Farkas | Make sure that the beforeactivate event isn't accidenta... |
tree | commitdiff |
2009-12-21 |
Jörn Zaefferer | Stop trying to emulate the focus/blur event in IE,... |
tree | commitdiff |
2009-12-21 |
Alexander Farkas | Used the patch from Alexander as the basis for a rewrit... |
tree | commitdiff |
2009-12-21 |
jeresig | Moved logic for handling .animate({}), doesn't queue... |
tree | commitdiff |
2009-12-19 |
jeresig | Make sure that we don't bind the onunload event in... |
tree | commitdiff |
2009-12-19 |
jeresig | Switched from using YUI Compressor to Google Compiler... |
tree | commitdiff |
2009-12-19 |
jeresig | No need to use the conditional comment for binding... |
tree | commitdiff |
2009-12-19 |
jeresig | The constructor check for isPlainObject was redundant... |
tree | commitdiff |
2009-12-19 |
jeresig | Added additional checks for DOM nodes and window to... |
tree | commitdiff |
2009-12-18 |
jeresig | Disabled the passthrough .attr(method_name) functionali... |
tree | commitdiff |
2009-12-18 |
Robert Katic | Made isPlainObject() supporting null, undefined, and... |
tree | commitdiff |
2009-12-18 |
jeresig | Backing out the change from 841f9ff7a1815b521044aeeb39c... |
tree | commitdiff |
2009-12-18 |
jeresig | Brought the attributes module more inline with the... |
tree | commitdiff |
2009-12-18 |
jeresig | Bringing the effects module closer to being inline... |
tree | commitdiff |
2009-12-18 |
jeresig | Renamed the 'fx' module to 'effects'. Should've been... |
tree | commitdiff |
2009-12-18 |
jeresig | Removed jQuery.fn.contains - didn't match the :contains... |
tree | commitdiff |
2009-12-17 |
Dave Methvin | Ignore case of script tags to make sure they're removed... |
tree | commitdiff |
2009-12-17 |
Dave Methvin | Add new html5 input types to list of serializable types... |
tree | commitdiff |
2009-12-17 |
jeresig | Removed 'abbr' from self-closing tags list. Fixes ... |
tree | commitdiff |
2009-12-17 |
Dave Methvin | Default callbackContext to the $.extended ajax options... |
tree | commitdiff |
2009-12-17 |
Ben Alman | Reorganized param code slightly to once again define... |
tree | commitdiff |
2009-12-17 |
Ben Alman | Further modified jQuery 1.4 .param() method to serializ... |
tree | commitdiff |
2009-12-17 |
jeresig | Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacba... |
tree | commitdiff |
2009-12-17 |
jeresig | Make sure that the node exists before attempting to... |
tree | commitdiff |
2009-12-17 |
jeresig | Stick with just getter/setters in attrFn. |
tree | commitdiff |
2009-12-17 |
jeresig | Moved readyList check. |
tree | commitdiff |
2009-12-16 |
jeresig | Reverted accidental commit in 5197ac9fc8aa71c2ebc0d7217... |
tree | commitdiff |
2009-12-16 |
jeresig | Retooled the arguments.callee-related changes in 98ce35... |
tree | commitdiff |
2009-12-16 |
jeresig | No need to use jQuery's event system for binding the... |
tree | commitdiff |
2009-12-14 |
Batiste Bieler | Enforce that hasClass and removeClass work even with... |
tree | commitdiff |
2009-12-14 |
jeresig | Disable getting values using the .attr() function short... |
tree | commitdiff |
next |