api documentation for tether (v1.4.0)

A client-side library to make absolutely positioned elements attach to elements in the page efficiently.

table of contents

  1. module tether
    1. function tether (options)
    2. function tether.position ()
    3. object tether.Utils
    4. object tether.modules
  2. module tether.Utils
    1. function tether.Utils.Evented ()
    2. function tether.Utils.addClass (el, name)
    3. function tether.Utils.defer (fn)
    4. function tether.Utils.extend ()
    5. function tether.Utils.flush ()
    6. function tether.Utils.getActualBoundingClientRect (node)
    7. function tether.Utils.getBounds (el)
    8. function tether.Utils.getOffsetParent (el)
    9. function tether.Utils.getScrollBarSize ()
    10. function tether.Utils.getScrollParents (el)
    11. function tether.Utils.hasClass (el, name)
    12. function tether.Utils.removeClass (el, name)
    13. function tether.Utils.removeUtilElements ()
    14. function tether.Utils.uniqueId ()
    15. function tether.Utils.updateClasses (el, add, all)

module tether

function tether (options)

function tether.position ()

module tether.Utils

function tether.Utils.Evented ()

function tether.Utils.addClass (el, name)

function tether.Utils.defer (fn)

function tether.Utils.extend ()

function tether.Utils.flush ()

function tether.Utils.getActualBoundingClientRect (node)

function tether.Utils.getBounds (el)

function tether.Utils.getOffsetParent (el)

function tether.Utils.getScrollBarSize ()

function tether.Utils.getScrollParents (el)

function tether.Utils.hasClass (el, name)

function tether.Utils.removeClass (el, name)

function tether.Utils.removeUtilElements ()

function tether.Utils.uniqueId ()

function tether.Utils.updateClasses (el, add, all)

[ this document was created with utility2 ]