bootjack_plugin
library
Classes
-
Token
-
A token object for identification with recognizable toString() output for
easier debugging.
Functions
-
getDataTarget(Element element)
→ String?
-
Retrieve the value of data-target attribute of href attribute on given
element
.
-
isHidden(Element e)
→ bool
-
Refer to Jquery
-
wire<T>(Element element, String name, T create())
→ T
-
Load a component from Element data space if available, otherwise create
one.