| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding unit tests to make sure .scrollTop() and .scrollLeft() work cross-frame. | brandonaaron | 2010-02-28 | 1 | -1/+9 |
* | Use correct window reference in offset to work properly cross-frame. Fixes #6... | brandonaaron | 2010-02-27 | 1 | -2/+36 |
* | Attach data directly to plain objects, no reason to use the central jQuery.ca... | jeresig | 2010-02-27 | 1 | -3/+11 |
* | Adding in .bind(name, false), .unbind(name, false) support - an easy way to j... | jeresig | 2010-02-27 | 1 | -0/+19 |
* | Make it so that you can pass in event data to .click(), et. al. Fixes #6187. | jeresig | 2010-02-26 | 1 | -0/+11 |
* | Make sure that undefined is always returned for undefined data properties. Fi... | jeresig | 2010-02-26 | 1 | -6/+16 |
* | Make sure that unbinding on a plain javascript object works correctly. Fixes ... | jeresig | 2010-02-26 | 1 | -0/+29 |
* | Make sure that live events bubble unless explicitly told not to, like a norma... | jeresig | 2010-02-26 | 1 | -25/+33 |
* | No need to run trim on every class iteration in addClass, thanks for the head... | jeresig | 2010-02-13 | 1 | -1/+5 |
* | Adapt the nbsp entity test for Opera (output isn't as important as the fact t... | jeresig | 2010-02-13 | 1 | -1/+2 |
* | Make sure that elements that have been removed also have their special events... | jeresig | 2010-02-13 | 1 | -2/+14 |
* | Make sure that live focus and blur events also bind to the regular events, to... | jeresig | 2010-02-13 | 1 | -1/+9 |
* | When binding a change directly to a file input just passthrough to the normal... | jeresig | 2010-02-13 | 1 | -0/+9 |
* | Don't inject style elements using innerHTML as they will go away in IE. Fixes... | jeresig | 2010-02-13 | 1 | -1/+6 |
* | Added some tests to test repeated injected of scripts. Was fixed when fixing ... | jeresig | 2010-02-13 | 1 | -5/+4 |
* | Make sure that we don't try to use a detached node (that was in a fragment) a... | jeresig | 2010-02-13 | 1 | -1/+11 |
* | Make sure the fragment isn't used if it's not the same set we're working with... | jeresig | 2010-02-13 | 1 | -1/+6 |
* | If .attr() is run on no elements undefined should be returned (as should be t... | jeresig | 2010-02-13 | 1 | -1/+4 |
* | Make sure that no extra whitespace is leftover after an addClass. Fixes #6050. | jeresig | 2010-02-13 | 1 | -1/+10 |
* | Make sure leading whitespace is trimmed for parseJSON. Fixes #6031. | jeresig | 2010-02-13 | 1 | -2/+4 |
* | Make sure that the teardown is called after all the handlers of a type are re... | John Resig | 2010-02-11 | 1 | -2/+6 |
* | Ok, this should actually fix #6041 :) | Ben Alman | 2010-02-06 | 1 | -1/+1 |
* | Make sure that &#...; entities are encoded properly. Fixes #6042. | jeresig | 2010-02-05 | 1 | -1/+4 |
* | Make sure that we don't try to double-encode params using the traditional sty... | jeresig | 2010-02-05 | 1 | -2/+4 |
* | Rewrote the live event handling to use the new event logic. Also added in sup... | jeresig | 2010-02-04 | 1 | -22/+68 |
* | Added some more tests for checking the execution order of events (from last n... | jeresig | 2010-02-04 | 1 | -0/+20 |
* | Forgot to land Justin's tests for the event fixes. | Justin Meyer | 2010-02-04 | 1 | -0/+18 |
* | A large refactor of the event handling logic. Data and namespace information ... | jeresig | 2010-02-04 | 1 | -2/+3 |
* | Adding in some more replaceWith tests for #5917. | Neeraj Singh | 2010-02-01 | 1 | -1/+11 |
* | Only detach the incoming elements to replaceWith if they're DOM nodes. Fixes ... | Noah Sloan | 2010-02-01 | 1 | -2/+8 |
* | Make sure the resulting className from removeClass is nicely trimmed. Fixes #... | jeresig | 2010-02-01 | 1 | -1/+12 |
* | Fix for problem in IE 8 where deserialized (then reserialized) form markup wa... | jeresig | 2010-02-01 | 1 | -1/+9 |
* | Add .delegate() and .undelegate(). An alternative to using .live() which goes... | jeresig | 2010-02-01 | 1 | -32/+411 |
* | Landing some minor perf optimization to jQuery(). | jeresig | 2010-01-28 | 1 | -1/+1 |
* | Provide a way to simulate default browser actions. Fixes #5973. | jeresig | 2010-01-28 | 1 | -1/+6 |
* | Make sure that jQuery.data( elem ) always returns a data object, fixes #5971.... | jeresig | 2010-01-28 | 1 | -7/+6 |
* | Make sure that the correct context is being passed in for replaceWith(fn). Fi... | jeresig | 2010-01-25 | 1 | -0/+10 |
* | Make work wrapInner(fn) work consistently. Fixes #5799. | jeresig | 2010-01-25 | 1 | -8/+14 |
* | Provided detailed message for JSON parse errors. Fixes #4435. | Mike Alup | 2010-01-25 | 1 | -2/+3 |
* | Make sure that checked state is cloned properly. Based upon the patch by Mich... | Michael Monteleone | 2010-01-25 | 1 | -1/+19 |
* | Make sure that special.add actually copies over event namespaces and data. Fi... | jeresig | 2010-01-25 | 1 | -0/+41 |
* | Make sure multiple bound events have their namespaces and data maintained. Fi... | jeresig | 2010-01-25 | 1 | -0/+34 |
* | Cleaned up divs that should've been removed after a test run. | jeresig | 2010-01-25 | 1 | -1/+7 |
* | Make sure that it's possible to preventDefault natively-triggered (submit, fo... | jeresig | 2010-01-25 | 1 | -1/+29 |
* | Make sure original context is maintained and not the deep extended one. Fixes... | John Resig | 2010-01-25 | 1 | -0/+21 |
* | Objects with length properties weren't getting serialized properly by jQuery.... | John Resig | 2010-01-25 | 1 | -0/+13 |
* | Don't set the context in .load() as it stops the global ajax events from firi... | John Resig | 2010-01-24 | 1 | -0/+24 |
* | Make sure that XHTML-style HTML is purified in .html(). Fixes #5845. | John Resig | 2010-01-24 | 1 | -2/+7 |
* | Expose cleanData, make sure that all bound event handlers are properly cleane... | jeresig | 2010-01-23 | 1 | -0/+70 |
* | Added in .height(fn) and .width(fn) support. Fixes #5915. | jeresig | 2010-01-23 | 1 | -22/+56 |