class js.html.AnchorElement extends Element
Available on jsDOM anchor elements expose the HTMLAnchorElement (or HTML 4 HTMLAnchorElement) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of hyperlink elements.
Documentation for this class was provided by MDN.
Instance Fields
var hash:String
The fragment identifier (including the leading hash mark (#)), if any, in the referenced URL.
var hreflang:String
Reflects the
hreflang
HTML attribute, indicating the language of the linked resource.var rel:String
Reflects the
rel
HTML attribute, specifying the relationship of the target object to the link object.var search:String
The search element (including leading question mark (?)), if any, of the referenced URL