===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-remotipart-1.2.1/vendor/assets/javascripts/jquery.iframe-transport.js-2-// [transport](http://api.jquery.com/extending-ajax/#Transports) so that
ruby-remotipart-1.2.1/vendor/assets/javascripts/jquery.iframe-transport.js:3:// `$.ajax()` calls support the uploading of files using standard HTML file
ruby-remotipart-1.2.1/vendor/assets/javascripts/jquery.iframe-transport.js-4-// input fields. This is done by switching the exchange from `XMLHttpRequest`
##############################################
ruby-remotipart-1.2.1/vendor/assets/javascripts/jquery.iframe-transport.js-13-// To use this plugin, you simply add an `iframe` option with the value `true`
ruby-remotipart-1.2.1/vendor/assets/javascripts/jquery.iframe-transport.js:14:// to the Ajax settings an `$.ajax()` call, and specify the file fields to
ruby-remotipart-1.2.1/vendor/assets/javascripts/jquery.iframe-transport.js-15-// include in the submssion using the `files` option, which can be a selector,
##############################################
ruby-remotipart-1.2.1/vendor/assets/javascripts/jquery.remotipart.js-21-          // Delete the beforeSend bindings, since we're about to re-submit via ajaxSubmit with the beforeSubmit
ruby-remotipart-1.2.1/vendor/assets/javascripts/jquery.remotipart.js:22:          // hook that was just setup and triggered via the default `$.rails.handleRemote`
ruby-remotipart-1.2.1/vendor/assets/javascripts/jquery.remotipart.js-23-          // delete settings.beforeSend;