Created
April 24, 2016 07:53
-
-
Save thomasjao/35b659c3ef630dd4eab2a46da9dea36a to your computer and use it in GitHub Desktop.
Transfer node list to array
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var node_array = Array.prototype.slice.call( node_list ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment