Skip to content

Start, Stop, Destroy handlers and methods

Compare
Choose a tag to compare
@JohnRDOrazio JohnRDOrazio released this 25 Jun 03:27
· 127 commits to master since this release
  • Now returns an instance of the plugin itself along with the dom elements
  • Adds "start" and "stop" handlers to the already existing "destroy" handler
  • The new "stop" handler does what the old "destroy" handler used to do, while "destroy" now removes completely all html markup produced by the plugin and all associated data
  • Adds "destroy()", "start()" and "stop()" methods which have the same effect as the handlers.