mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
bb026fc12c
Make iterating over jQuery objects possible using ES 2015 for-of: for ( node of $( "<div id=narwhal>" ) ) { console.log( node.id ); // "narwhal" } Fixes gh-1693 |
||
---|---|---|
.. | ||
lib | ||
.jshintrc | ||
document_missing.js | ||
document_passed.js | ||
document_present_originally.js | ||
iterable_with_native_symbol.js | ||
iterable_with_symbol_polyfill.js |