Class: AnchorCss

AnchorCss()

The default AnchorElement interface to css operations

Constructor

new AnchorCss()

Source:

Methods

deselect(element)

Set non active style

Parameters:
Name Type Description
element HTMLAnchorElement

the anchor element

Source:

hide(element)

Hide the anchor element

Parameters:
Name Type Description
element HTMLAnchorElement

the anchor element

Source:

select(element)

Set active style

Parameters:
Name Type Description
element HTMLAnchorElement

the anchor element

Source:

show(element)

Show the anchor element

Parameters:
Name Type Description
element HTMLAnchorElement

the anchor element

Source: