Is there a more efficient way to convert an HTMLCollection to an Array, other than iterating through the contents of said collection and manually pushing each item into an array?
|
feedback
|
will have the same effect using "native" code. | |||||||||||||||
feedback
|
|
For a cross browser implementation I'd sugguest you look at prototype.js
It doesn't use | |||||
feedback
|