Skip to content

extqy/anchorURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AnchorURL

AnchorURL allows you to create functions for handling of URL anchors easily. Know some of its main uses:

"Project is in development"

API

The API provides all the resources to handling of URL anchors.

  • anchorUrl.addPath(path, func): Adds a path to be observed by AnchorURL.
  • anchorUrl.rmPath(path): Removes a path of Observation of AnchorURL.
  • anchorUrl.start(): Initializes the observation of anchors, and calls the function for each correct path.
  • anchorUrl.stop(): Stop the observation of anchors.
  • anchorUrl.actionDefault = function (path, args): Creates a default function that will be called on every observation that there is a change in anchors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published