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
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
external
|
|
src/intro.js
|
|
src/outro.js
|
|
test/data/jquery-1.9.1.js
|
|
test/data/badcall.js
|
|
test/data/badjson.js
|
|
test/data/json_obj.js
|
|
test/data/readywaitasset.js
|
|
test/data/readywaitloader.js
|
|
test/data/support/csp.js
|
|
test/data/support/getComputedSupport.js
|
|
test/node_smoke_tests/lib/ensure_iterability.js
|