Loop through list of HTML tags
By Łukasz Jagodziński
17 Jul 2015 05:40
An example showing how to loop through list of HTML tags using Tizen 2.3.
var divs = document.querySelectorAll('div');
Array.prototype.forEach.call(divs, function(div) {
console.log(div);
});
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
Enter a description.