===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libjs-jquery-scrollto-2.1.2+dfsg/README.md-53-
libjs-jquery-scrollto-2.1.2+dfsg/README.md:54:This must be a scrollable element, to scroll the whole window use `$(window)`.
libjs-jquery-scrollto-2.1.2+dfsg/README.md-55-
##############################################
libjs-jquery-scrollto-2.1.2+dfsg/README.md-66- * A DOM element, probably a child of the element to scroll: `document.getElementById("top")`
libjs-jquery-scrollto-2.1.2+dfsg/README.md:67: * A jQuery object with a DOM element: `$("#top")`
libjs-jquery-scrollto-2.1.2+dfsg/README.md-68-
##############################################
libjs-jquery-scrollto-2.1.2+dfsg/README.md-93-
libjs-jquery-scrollto-2.1.2+dfsg/README.md:94:You can use `$.scrollTo(...)` as a shorthand for `$(window).scrollTo(...)`.
libjs-jquery-scrollto-2.1.2+dfsg/README.md-95-
##############################################
libjs-jquery-scrollto-2.1.2+dfsg/README.md-107-
libjs-jquery-scrollto-2.1.2+dfsg/README.md:108:jQuery.scrollTo ends up creating ordinary animations which can be stopped by calling [$().stop()](http://api.jquery.com/stop/) or [$().finish()](http://api.jquery.com/finish/) on the same element you called `$().scrollTo()`, including the `window`.
libjs-jquery-scrollto-2.1.2+dfsg/README.md-109-Remember you can pass a `fail()` callback to be called when the animation is stopped.