| Commit message (Expand) | Author | Age | Files | Lines |
* | Added in integrated JSLint checking against the jQuery source. Just run 'make... | jeresig | 2010-03-01 | 5 | -3/+5548 |
* | More changes to get jQuery in line with JSLint. | jeresig | 2010-03-01 | 9 | -185/+190 |
* | We don't want to increment the Ajax counter if there isn't a global event. | jeresig | 2010-03-01 | 1 | -3/+1 |
* | Land some additional tweaks related to running through JSLint. | jeresig | 2010-03-01 | 5 | -11/+10 |
* | Fixed some cases where expression, expression was used and shouldn't be. | jeresig | 2010-03-01 | 1 | -3/+8 |
* | Made some code tweaks related to running jQuery through JSLint (thanks to Lor... | jeresig | 2010-03-01 | 5 | -38/+45 |
* | 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 | 2 | -6/+47 |
* | No reason to double-bind the beforeunload event. Fixes #6113. | jeresig | 2010-02-27 | 1 | -2/+1 |
* | Attach data directly to plain objects, no reason to use the central jQuery.ca... | jeresig | 2010-02-27 | 2 | -13/+28 |
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-02-27 | 1 | -1/+2 |
|\ |
|
| * | Make sure events exist before trying to access them in jQuery.event.handle an... | brandonaaron | 2010-02-27 | 1 | -1/+2 |
* | | Adding in .bind(name, false), .unbind(name, false) support - an easy way to j... | jeresig | 2010-02-27 | 3 | -5/+37 |
* | | Make it so that you can pass in event data to .click(), et. al. Fixes #6187. | jeresig | 2010-02-26 | 2 | -2/+15 |
|/ |
|
* | Make sure that undefined is always returned for undefined data properties. Fi... | jeresig | 2010-02-26 | 2 | -7/+17 |
* | Make sure that unbinding on a plain javascript object works correctly. Fixes ... | jeresig | 2010-02-26 | 2 | -2/+35 |
* | Make sure that the correct type is set for live mouseenter/mouseleave events.... | jeresig | 2010-02-26 | 1 | -0/+1 |
* | Make sure that live events bubble unless explicitly told not to, like a norma... | jeresig | 2010-02-26 | 3 | -36/+56 |
* | Updating the source version to 1.4.3pre. | jeresig | 2010-02-13 | 1 | -1/+1 |
* | Tagging the 1.4.2 release. | jeresig | 2010-02-13 | 1 | -1/+1 |
* | No need to run trim on every class iteration in addClass, thanks for the head... | jeresig | 2010-02-13 | 2 | -3/+8 |
* | Adapt the nbsp entity test for Opera (output isn't as important as the fact t... | jeresig | 2010-02-13 | 1 | -1/+2 |
* | Found a better detect for deleting an expando, added back in removeAttribute ... | jeresig | 2010-02-13 | 3 | -12/+17 |
* | Clean up expando removal code - only try to delete the expando from an elemen... | jeresig | 2010-02-13 | 3 | -29/+19 |
* | Make sure that elements that have been removed also have their special events... | jeresig | 2010-02-13 | 3 | -5/+26 |
* | Make sure that mousing over XUL elements results in no trigger of a mouseleav... | jeresig | 2010-02-13 | 1 | -16/+13 |
* | Make sure that live focus and blur events also bind to the regular events, to... | jeresig | 2010-02-13 | 2 | -2/+17 |
* | When binding a change directly to a file input just passthrough to the normal... | jeresig | 2010-02-13 | 2 | -0/+13 |
* | Don't inject style elements using innerHTML as they will go away in IE. Fixes... | jeresig | 2010-02-13 | 2 | -2/+7 |
* | 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 | 3 | -2/+14 |
* | Make sure the fragment isn't used if it's not the same set we're working with... | jeresig | 2010-02-13 | 2 | -6/+15 |
* | Rename internal .getText to maintain parity between it and the primary .text(... | jeresig | 2010-02-13 | 2 | -2/+2 |
* | If .attr() is run on no elements undefined should be returned (as should be t... | jeresig | 2010-02-13 | 2 | -2/+5 |
* | Make sure that no extra whitespace is leftover after an addClass. Fixes #6050. | jeresig | 2010-02-13 | 2 | -2/+11 |
* | Make sure leading whitespace is trimmed for parseJSON. Fixes #6031. | jeresig | 2010-02-13 | 2 | -2/+7 |
* | Make sure that fragments containing options aren't cached. | jeresig | 2010-02-13 | 1 | -1/+1 |
* | Remove the need for the internal setArray method, it was only really used by ... | jeresig | 2010-02-13 | 1 | -13/+8 |
* | Make sure that there are some live events before continuing on. | jeresig | 2010-02-12 | 1 | -1/+1 |
* | Make sure that live mouseenter/mouseleave work properly. Fixes #6077. | jeresig | 2010-02-11 | 1 | -8/+16 |
* | Make sure that the teardown is called after all the handlers of a type are re... | John Resig | 2010-02-11 | 2 | -3/+7 |
* | No reason to expose the temporary _load method. | John Resig | 2010-02-11 | 1 | -5/+5 |
* | Ignore potential error codes from Github in doing a clone. Fixes #6049. | Iraê Carvalho | 2010-02-10 | 1 | -2/+2 |
* | Simplify the special change/submit event removal logic, per Scott's suggestio... | jeresig | 2010-02-10 | 1 | -5/+2 |
* | Updated formatting for the change/submit special event logic. Also switched t... | jeresig | 2010-02-08 | 1 | -83/+84 |
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-02-08 | 3 | -4/+4 |
|\ |
|
| * | Ok, this should actually fix #6041 :) | Ben Alman | 2010-02-06 | 2 | -3/+3 |
| * | spelling mistake (insead) | tomviner | 2010-02-06 | 1 | -1/+1 |
* | | Fix in logic for handling exclusive namespace testing. Fixes #6048. | jeresig | 2010-02-08 | 1 | -2/+2 |
|/ |
|
* | Make sure that &#...; entities are encoded properly. Fixes #6042. | jeresig | 2010-02-05 | 2 | -2/+5 |