On Monday, 26 January 2015 at 17:24:23 UTC, Adam D. Ruppe wrote:
On Monday, 26 January 2015 at 17:17:55 UTC, Suliman wrote:Do you mean something like this?I just mean to get the value of the rel="something" attribute, useelement.rel; assert(element.rel == "something");The element is the thing you see in the loop and stuff. querySelectorAll returns an array of elements.
But I need to query all data from this field. I do not know what will be in quotes. I need select this value.