| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-27 | 4 | -19/+44 |
|\ |
|
| * | Mobile WebKit browsers don't support accessing the scroll position of the doc... | jeresig | 2010-03-25 | 1 | -7/+28 |
| * | Need to expose the isLocal change globally as well. | jeresig | 2010-03-24 | 1 | -1/+1 |
| * | Temporarily disable ajax tests when running in TestSwam. | jeresig | 2010-03-24 | 1 | -0/+4 |
| * | Use custom events for testing unbind instead of the, potentially conflicting,... | jeresig | 2010-03-24 | 1 | -11/+11 |
| * | Adjust isPlainObject test to run in an iframe. | jeresig | 2010-03-24 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-23 | 24 | -128/+222 |
|\| |
|
| * | Make sure the offset tests work without a built jQuery file. | jeresig | 2010-03-23 | 7 | -7/+64 |
| * | Update other remote test URLs as well. | jeresig | 2010-03-23 | 1 | -4/+4 |
| * | Strip off filename and query string for JSONP Remote test. | jeresig | 2010-03-23 | 1 | -1/+1 |
| * | Update the TestSwarm URL to point to the new jQuery swarm location. | jeresig | 2010-03-23 | 1 | -1/+1 |
| * | Changed the order of the tests to run in the same order in which they're spec... | jeresig | 2010-03-23 | 2 | -10/+11 |
| * | Handle auto-running of the TestSwarm injection script in the test suite. | jeresig | 2010-03-23 | 1 | -0/+10 |
| * | Made it so that you no longer need to build jQuery in order to run the test s... | jeresig | 2010-03-23 | 14 | -115/+141 |
* | | Fixed an issue with setting offset of absolutely positioned element that has ... | Brandon Aaron | 2010-03-22 | 3 | -9/+29 |
* | | Fix setting only one property at a time in .offset({}) | Brandon Aaron | 2010-03-22 | 1 | -5/+8 |
* | | Added unit tests for setting offset one property at a time and added radix to... | Brandon Aaron | 2010-03-22 | 1 | -7/+12 |
|/ |
|
* | Switch to using String.prototype.trim from String.trim as it's more-widely av... | jeresig | 2010-03-11 | 1 | -2/+3 |
* | Rewrote the live/delegate submit tests to be more generic. | jeresig | 2010-03-09 | 1 | -20/+6 |
* | Make sure that special remove and teardown events get called when .die() is u... | jeresig | 2010-03-09 | 3 | -39/+91 |
* | Removing the mention of buliding the docs from the README. Thanks to 'phihag'... | jeresig | 2010-03-09 | 1 | -4/+0 |
* | Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD... | jeresig | 2010-03-09 | 3 | -24/+36 |
* | No need to use .call() anymore since we switched from .apply() for appendTo, ... | jeresig | 2010-03-05 | 1 | -1/+1 |
* | I take that back! It was a bug, but the cache had to be triggered and a colle... | jeresig | 2010-03-05 | 1 | -5/+6 |
* | Attempted to fix #6227, not entirely sure if it's a problem as I'm having a h... | jeresig | 2010-03-05 | 2 | -2/+10 |
* | Added in Ben Alman's proposed event.namespace property (the property holds th... | jeresig | 2010-03-02 | 2 | -16/+36 |
* | Make sure that we don't try to remove data from an applet. Re-Fixes #1675. | jeresig | 2010-03-02 | 1 | -0/+4 |
* | Add in the new level information to the closest(Array) test. | jeresig | 2010-03-02 | 1 | -6/+6 |
* | We no longer support globally-triggered events on plain objects. This is a tr... | jeresig | 2010-03-02 | 1 | -13/+4 |
* | Moving more properties onto jQuery.ajax, also copy them back to the jQuery ob... | jeresig | 2010-03-02 | 1 | -9/+12 |
* | Remove the need for the return in sizzle-jquery and just remove the attempt t... | jeresig | 2010-03-01 | 2 | -3/+1 |
* | 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 |