2010-02-13 |
jeresig | Make sure that we don't try to use a detached node... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure the fragment isn't used if it's not the same... |
tree | commitdiff |
2010-02-13 |
jeresig | Rename internal .getText to maintain parity between... |
tree | commitdiff |
2010-02-13 |
jeresig | If .attr() is run on no elements undefined should be... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure that no extra whitespace is leftover after... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure leading whitespace is trimmed for parseJSON... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure that fragments containing options aren't... |
tree | commitdiff |
2010-02-13 |
jeresig | Remove the need for the internal setArray method, it... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure that there are some live events before contin... |
tree | commitdiff |
2010-02-11 |
jeresig | Make sure that live mouseenter/mouseleave work properly... |
tree | commitdiff |
2010-02-11 |
John Resig | Make sure that the teardown is called after all the... |
tree | commitdiff |
2010-02-11 |
John Resig | No reason to expose the temporary _load method. |
tree | commitdiff |
2010-02-10 |
jeresig | Simplify the special change/submit event removal logic... |
tree | commitdiff |
2010-02-09 |
jeresig | Updated formatting for the change/submit special event... |
tree | commitdiff |
2010-02-08 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2010-02-08 |
jeresig | Fix in logic for handling exclusive namespace testing... |
tree | commitdiff |
2010-02-06 |
Ben Alman | Ok, this should actually fix #6041 :) |
tree | commitdiff |
2010-02-06 |
tomviner | spelling mistake (insead) |
tree | commitdiff |
2010-02-06 |
jeresig | Make sure that &#...; entities are encoded properly... |
tree | commitdiff |
2010-02-06 |
jeresig | Make sure that we don't try to double-encode params... |
tree | commitdiff |
2010-02-05 |
jeresig | Update special events to work with the internal event... |
tree | commitdiff |
2010-02-05 |
jeresig | Rewrote the live event handling to use the new event... |
tree | commitdiff |
2010-02-04 |
jeresig | A large refactor of the event handling logic. Data... |
tree | commitdiff |
2010-02-02 |
jeresig | Removed extraneous nodeName check from f95147f465932cb9... |
tree | commitdiff |
2010-02-02 |
Noah Sloan | Only detach the incoming elements to replaceWith if... |
tree | commitdiff |
2010-02-02 |
jeresig | Make sure the resulting className from removeClass... |
tree | commitdiff |
2010-02-02 |
jeresig | Fix for problem in IE 8 where deserialized (then reseri... |
tree | commitdiff |
2010-02-01 |
jeresig | Same problem happens with plain embed elements as well... |
tree | commitdiff |
2010-02-01 |
jeresig | Make sure that injection of object elements continues... |
tree | commitdiff |
2010-02-01 |
jeresig | Add .delegate() and .undelegate(). An alternative to... |
tree | commitdiff |
2010-01-29 |
jeresig | The context for 'body' should still be document, in... |
tree | commitdiff |
2010-01-29 |
jeresig | Make sure fragment caching is only happening on nodes... |
tree | commitdiff |
2010-01-28 |
jeresig | Skip around inserting a fragment when possible (insert... |
tree | commitdiff |
2010-01-28 |
jeresig | Landing some minor perf optimization to jQuery(). |
tree | commitdiff |
2010-01-28 |
jeresig | Optimize for the case where a fragment-bound element... |
tree | commitdiff |
2010-01-28 |
jeresig | Further optimize the empty/remove/cleanData logic. |
tree | commitdiff |
2010-01-28 |
jeresig | Provide a way to simulate default browser actions.... |
tree | commitdiff |
2010-01-28 |
jeresig | Make sure namespaces is always an array, when passed... |
tree | commitdiff |
2010-01-28 |
jeresig | Make sure that jQuery.data( elem ) always returns a... |
tree | commitdiff |
2010-01-27 |
jeresig | No reason to limit the initial change data store to... |
tree | commitdiff |
2010-01-26 |
jeresig | Make sure that the correct context is being passed... |
tree | commitdiff |
2010-01-26 |
jeresig | Make work wrapInner(fn) work consistently. Fixes #5799. |
tree | commitdiff |
2010-01-25 |
Robert Katic | Filtering elements only. Fixed #5920 |
tree | commitdiff |
2010-01-25 |
Mike Alup | Provided detailed message for JSON parse errors. Fixes... |
tree | commitdiff |
2010-01-25 |
Michael Monteleone | Make sure that checked state is cloned properly. Based... |
tree | commitdiff |
2010-01-25 |
jeresig | Make sure that special.add actually copies over event... |
tree | commitdiff |
2010-01-25 |
jeresig | Make sure multiple bound events have their namespaces... |
tree | commitdiff |
2010-01-25 |
jeresig | Make sure that it's possible to preventDefault natively... |
tree | commitdiff |
2010-01-25 |
jeresig | Update the license URL in the header. |
tree | commitdiff |
2010-01-25 |
John Resig | Make sure original context is maintained and not the... |
tree | commitdiff |
2010-01-25 |
John Resig | Objects with length properties weren't getting serializ... |
tree | commitdiff |
2010-01-25 |
John Resig | Use alternative technique for triggering an abort,... |
tree | commitdiff |
2010-01-25 |
John Resig | Don't set the context in .load() as it stops the global... |
tree | commitdiff |
2010-01-25 |
John Resig | Make sure that XHTML-style HTML is purified in .html... |
tree | commitdiff |
2010-01-24 |
jeresig | Expose cleanData, make sure that all bound event handle... |
tree | commitdiff |
2010-01-24 |
jeresig | Added in .height(fn) and .width(fn) support. Fixes... |
tree | commitdiff |
2010-01-23 |
jeresig | Make empty strings (and other non-string values) simply... |
tree | commitdiff |
2010-01-23 |
jeresig | Expose the JSON parsing logic. Fixes #5914. |
tree | commitdiff |
2010-01-23 |
jeresig | Centralize the logic for throwing exceptions. Fixes... |
tree | commitdiff |
2010-01-23 |
jeresig | Make sure that .die() with no args works. Fixes #5789. |
tree | commitdiff |
2010-01-23 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2010-01-23 |
Matt Curry | Select (with a selected) fired change on first focus... |
tree | commitdiff |
2010-01-23 |
Karl Swedberg | fixed offset(coordinates) returns null when no matching... |
tree | commitdiff |
2010-01-23 |
Karl Swedberg | Made .show() and .hide() use .animate() only if speed... |
tree | commitdiff |
2010-01-23 |
Ben Alman | fixed jQuery.dir regression introduced with 1.4 *untils... |
tree | commitdiff |
2010-01-23 |
Ben Alman | Simplification of uaMatch, based upon the patch by... |
tree | commitdiff |
2010-01-23 |
Irae Brasil | Added support for multiple live event handlers, live... |
tree | commitdiff |
2010-01-23 |
Irae Brasil | Make sure that live handlers don't stop inline scripts... |
tree | commitdiff |
2010-01-23 |
Irae Brasil | Make sure non-left-click events don't bubble. Fixes... |
tree | commitdiff |
2010-01-18 |
jeresig | Adding in the change recommended by Alexander Farkas... |
tree | commitdiff |
2010-01-18 |
jeresig | Fix missing var declaration for the length iterator. |
tree | commitdiff |
2010-01-16 |
John Resig | Make sure regular settings object is set as context... |
tree | commitdiff |
2010-01-15 |
John Resig | Removed some dead code from buildFragment. Thanks to... |
tree | commitdiff |
2010-01-15 |
John Resig | Expose the proxy object on the object, for the benefit... |
tree | commitdiff |
2010-01-15 |
John Resig | The inArray declaration was accidentally duplicated. |
tree | commitdiff |
2010-01-14 |
John Resig | Removed extraneous thisObject references. Thanks to... |
tree | commitdiff |
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 |
next |