hs.updateAnchors
Update the internal array of opening anchors.
object hs.updateAnchors()
Since version 4.0 the opening anchors, as well as inputs or areas and whatever element is used to open Highslide on click, are stored in an array for fast access to previous/next and preloading capabilities. If the DOM is modified and Highslide anchors are added, edited or removed, hs.updateAnchors must be called. The anchors are kept in an internal object called hs.anchors that should be retrieved through hs.getAnchors().
Details
Type |
function |
Returns |
object |
See also