Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
parser.addAttributeFilter('src,href', function(nodes, name) {
for (var i = 0; i < nodes.length; i++) {
console.log(nodes[i].name);
}
});
| Name | Type | Description |
|---|---|---|
| callback | function | Callback function to execute once it has collected nodes. |