Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Introduced a new promise method on deferreds that returns an immutable ↵ | jaubourg | 2010-12-31 | 1 | -14/+16 | |
| | | | | | | | | | | | | object (exposing then, fail, isResolved, isRejected and promise itself only). Remove $.isDeferred and moved logic directly into $.when. Made sure $.when returns a promise by using promise(). Used promise() in ajax code too. | |||||
* | | | Removed custom method in isDeferred and when. | unknown | 2010-12-31 | 1 | -9/+4 | |
| | | | ||||||
* | | | Deferred cannot be cancelled by returning false in a callback. Exception in ↵ | unknown | 2010-12-31 | 1 | -41/+34 | |
| | | | | | | | | | | | | the callback are still propagated and execution of remaining callbacks is still possible. | |||||
* | | | Capitalized Deferred & _Deferred to clearly mark them as new types, like Event. | unknown | 2010-12-31 | 1 | -6/+6 | |
| | | | ||||||
* | | | jQuery.parseXML extracted from ajax & added to core, needs unit testing. | unknown | 2010-12-31 | 1 | -0/+22 | |
| | | | ||||||
* | | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David ↵ | jaubourg | 2010-12-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | Murdoch's warning). | |||||
* | | | Fixed a loop that only worked in webkit. | jaubourg | 2010-12-31 | 1 | -2/+2 | |
| | | | ||||||
* | | | Added deferred to core. Used internally for DOM readyness and ajax callbacks. | jaubourg | 2010-12-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David ↵ | jaubourg | 2010-12-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | Murdoch's warning). | |||||
* | | | Fixed a loop that only worked in webkit. | jaubourg | 2010-12-31 | 1 | -6/+8 | |
| | | | ||||||
* | | | Added deferred to core. Used internally for DOM readyness and ajax callbacks. | jaubourg | 2010-12-31 | 1 | -36/+176 | |
| | | | ||||||
* | | | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -28/+28 | |
| | | | ||||||
* | | | Update CommonJS module registration to check to see if define is a function ↵ | Colin Snover | 2010-12-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | instead of just not undefined. | |||||
* | | | Register as a CommonJS async module if in that kind of environment. Fixes #7102. | jrburke | 2010-12-27 | 1 | -0/+5 | |
|/ / | ||||||
* | | Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing ↵ | jeresig | 2010-12-09 | 1 | -6/+0 | |
| | | | | | | | | jQuery.param tests to fail - unfixes #7413. | |||||
* | | Merge branch 'explain-map-concat' of https://github.com/ajpiano/jquery into ↵ | jeresig | 2010-12-09 | 1 | -0/+1 | |
|\ \ | | | | | | | | | | ajpiano-explain-map-concat | |||||
| * | | Add a comment explaining that jQuery.map flattens arrays | adam j. sontag | 2010-11-27 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413 | jeresig | 2010-12-09 | 1 | -0/+6 | |
|\ \ \ | ||||||
| * | | | Fixes #7413; isEmptyObject() check to see if obj passes isPlainObject | rwldrn | 2010-11-09 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Improve performance of get() for negative indices. Fixes #5476. | Anton M | 2010-11-19 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Make sure that if an additional load event is triggered (such as an iframe ↵ | John Resig | 2010-11-09 | 1 | -8/+11 | |
| | | | | | | | | | | | | being dynamically injected in DOM ready) the ready event isn't triggered twice. Fixes #7352. | |||||
* | | | Make sure that when multiple variables are being declared that assignments ↵ | John Resig | 2010-11-09 | 1 | -3/+7 | |
| | | | | | | | | | | | | are each done on their own line. | |||||
* | | | Make sure that the ready event doesn't double-fire when .bind(ready) is ↵ | jeresig | 2010-10-22 | 1 | -2/+2 | |
| |/ |/| | | | | | used. Fixes #7247. | |||||
* | | Var wasn't being explicitly declared. Fixes #7226. | John Resig | 2010-10-17 | 1 | -1/+1 | |
|/ | ||||||
* | Make sure that opacity is being reset properly on a show animation. ↵ | jeresig | 2010-09-27 | 1 | -0/+7 | |
| | | | | Additionally expose jQuery.isNaN from the data module. | |||||
* | Make sure that the body element exists before doing the body selector ↵ | jeresig | 2010-09-24 | 1 | -1/+1 | |
| | | | | optimization. Fixes #6529. | |||||
* | Increase the speed of the single setTimeout calls for the ready event. | jeresig | 2010-09-24 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-09-23 | 1 | -1/+2 | |
|\ | ||||||
| * | Delay the result of the readyState check to give scripts the opportunity to ↵ | jeresig | 2010-09-23 | 1 | -1/+2 | |
| | | | | | | | | delay ready, as described by @jrburke in 747ba7defd82bffa6c7ccb69e53b834cbfddb62c. | |||||
* | | Made jQuery.type more consistent with host objects. | Robert Katic | 2010-09-23 | 1 | -2/+10 | |
| | | ||||||
* | | Ensured that arrays are not considered same as plain object on deep ↵ | Robert Katic | 2010-09-23 | 1 | -5/+10 | |
|/ | | | | extending. Fixes #5991. | |||||
* | Add some tests for jQuery.isWindow and make sure that we're operating ↵ | jeresig | 2010-09-22 | 1 | -1/+1 | |
| | | | | against an object before testing. | |||||
* | Unify the means of detecting a window across the library. Fixes jQuery UI ↵ | jeresig | 2010-09-22 | 1 | -2/+7 | |
| | | | | bug #5438 and jQuery bugs #6575 and 6088. | |||||
* | Some minor lint fixes for the RegExp. | jeresig | 2010-09-22 | 1 | -1/+1 | |
| | ||||||
* | Applied the RegExp issues reported by Jeff Robinson here: ↵ | jeresig | 2010-09-22 | 1 | -10/+26 | |
| | | | | http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html Additionally broke out all remaining inline RegExp. Fixes #7062. | |||||
* | Re-work the document scoping. | jeresig | 2010-09-22 | 1 | -3/+0 | |
| | ||||||
* | Fix bug with the readyWait DOM ready addition. | John Resig | 2010-09-21 | 1 | -1/+1 | |
| | ||||||
* | Allow plugins to delay the exeuction of the ready event. Delay the ready ↵ | John Resig | 2010-09-20 | 1 | -2/+16 | |
| | | | | event by calling: jQuery.readyWait++ and force the event to fire by doing: jQuery.ready(true). Fixes #6781. | |||||
* | Wrap the core return in parens to fix a confused JSLint. | jeresig | 2010-09-14 | 1 | -1/+1 | |
| | ||||||
* | Make sure that jQuery is being exposed outside of core (this will be ↵ | jeresig | 2010-09-09 | 1 | -2/+2 | |
| | | | | stripped during the build process). Follow-up to #7011. | |||||
* | Make sure that the removeEvent and buildFragment private functions are ↵ | jeresig | 2010-09-08 | 1 | -1/+1 | |
| | | | | exposed (to help with access across modules). The final API for each of these is very much in flux and will likely change before the final release. Fixes #7011. | |||||
* | Switched to use 'in' for the setInterval/window check as it also skirts ↵ | John Resig | 2010-08-27 | 1 | -1/+1 | |
| | | | | around the Safari 2 NodeList crasher. See the discussion in 94f35d05199ec1634d9c8c60d10f298f260056bd for more details. | |||||
* | Blackberry 4.6 is capable of finding elements that are no longer in the DOM ↵ | John Resig | 2010-08-27 | 1 | -1/+3 | |
| | | | | via getElementById. It only appears to happen when the node has been inside of a cloned Document Fragment. Fixes #6963. | |||||
* | Use the native isArray whenever possible. See perf test by jdalton here: ↵ | John Resig | 2010-08-27 | 1 | -1/+1 | |
| | | | | http://jsperf.com/isarray-vs-other Fixes #6825. | |||||
* | Simplify the logic in $.type, thanks to jdalton for the suggesiton in ↵ | John Resig | 2010-08-27 | 1 | -4/+2 | |
| | | | | 5d2be7e299131a31cffbd73edea59cde30445608. | |||||
* | Added some tweaks to $.type to handle null and undefined. Added a bunch of ↵ | John Resig | 2010-08-27 | 1 | -1/+5 | |
| | | | | unit tests as well. | |||||
* | Adding in a jQuery.type(obj) method (a simple map to using ↵ | John Resig | 2010-08-25 | 1 | -5/+9 | |
| | | | | Object.prototype.toString.call). Fixes #3330. | |||||
* | Tweaked logic for working around Blackberry 4.7 makeArray(RegExp) issue. ↵ | John Resig | 2010-08-25 | 1 | -1/+3 | |
| | | | | Fixes #6930. | |||||
* | Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. ↵ | John Resig | 2010-08-23 | 1 | -1/+2 | |
| | | | | Fixes #6930, #6931. | |||||
* | Made it so that you no longer need to build jQuery in order to run the test ↵ | jeresig | 2010-03-23 | 1 | -48/+39 | |
| | | | | suite (but you'll still need a checkout of QUnit and Sizzle, at least). |