How can i get an element collection by tagname or classname in alloy? Are there javascript equivalents on a object (I know its not on the controller or $) like .getElementsByTagName()
and .getElementsByClassName()
? Or how can i retreive a xml node?
Thanks!