jquery/test
Michał Gołębiowski 2fa3bac7eb Core: Make jQuery objects iterable
Make iterating over jQuery objects possible using ES 2015 for-of:

    for ( node of $( "<div id=narwhal>" ) ) {
        console.log( node.id ); // "narwhal"
    }

(partially cherry-picked from bb026fc12c)

Fixes gh-1693
2015-06-13 23:31:27 +02:00
..
data CSS: Ignore the CSS cascade in show()/hide()/etc. 2015-05-11 13:01:13 -04:00
integration Ajax: Use the native XHR for all non-local requests in IE9+ 2015-05-18 22:26:00 +02:00
unit Core: Make jQuery objects iterable 2015-06-13 23:31:27 +02:00
.jshintrc Core: Make jQuery objects iterable 2015-06-13 23:31:27 +02:00
delegatetest.html Ref #13316: Sync all test documents on full vs. minified source. 2013-02-08 00:20:33 -05:00
hovertest.html Ref #13316: Sync all test documents on full vs. minified source. 2013-02-08 00:20:33 -05:00
index.html Deferred: Backwards-compatible standards interoperability 2015-03-20 02:14:04 -04:00
jquery.js Build: Move all external libraries to external directory 2014-06-25 13:48:49 -04:00
localfile.html Ref #13316: Sync all test documents on full vs. minified source. 2013-02-08 00:20:33 -05:00
networkerror.html Fix typos. Close gh-1186. 2013-02-28 15:55:55 -05:00
promises-aplus-adapter.js Deferred: Backwards-compatible standards interoperability 2015-03-20 02:14:04 -04:00
readywait.html Ref #13316: Sync all test documents on full vs. minified source. 2013-02-08 00:20:33 -05:00
xhtml.php Added a way to run the test suite as an XHTML page. 2009-01-19 18:14:51 +00:00