jquery-navScroll icon indicating copy to clipboard operation
jquery-navScroll copied to clipboard

Destroy function missing

Open leolux opened this issue 9 years ago • 0 comments

In order to free resources every plugin should expose some method to destroy/stop the plugin as explained in http://www.acuriousanimal.com/2013/02/25/things-i-learned-creating-a-jquery-plugin-part-ii.html

    destroy: function() {
        ...
    },

leolux avatar Jun 22 '16 10:06 leolux