Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/js/jquery
NameTypeSizeActions
📁 .. Folder -
📄 jquery-migrate.js File 31978
Edit Download
📄 jquery-migrate.min.js File 13577
Edit Download
📄 jquery.color.min.js File 6645
Edit Download
📄 jquery.form.js File 41911
Edit Download
📄 jquery.form.min.js File 15977
Edit Download
📄 jquery.hotkeys.js File 5617
Edit Download
📄 jquery.hotkeys.min.js File 1793
Edit Download
📄 jquery.js File 285334
Edit Download
📄 jquery.masonry.min.js File 1819
Edit Download
📄 jquery.min.js File 87553
Edit Download
📄 jquery.query.js File 3694
Edit Download
📄 jquery.schedule.js File 3457
Edit Download
📄 jquery.serialize-object.js File 769
Edit Download
📄 jquery.table-hotkeys.js File 3752
Edit Download
📄 jquery.table-hotkeys.min.js File 2295
Edit Download
📄 jquery.ui.touch-punch.js File 1179
Edit Download
📄 suggest.js File 6991
Edit Download
📄 suggest.min.js File 2993
Edit Download
📁 ui Folder -
/* * jquery.suggest 1.1b - 2007-08-06 * Patched by Mark Jaquith with Alexander Dick's "multiple items" patch to allow for auto-suggesting of more than one tag before submitting * See: http://www.vulgarisoip.com/2007/06/29/jquerysuggest-an-alternative-jquery-based-autocomplete-library/#comment-7228 * * Uses code and techniques from following libraries: * 1. http://www.dyve.net/jquery/?autocomplete * 2. http://dev.jquery.com/browser/trunk/plugins/interface/iautocompleter.js * * All the new stuff written by Peter Vulgaris (www.vulgarisoip.com) * Feel free to do whatever you want with this file * */ (function($) { $.suggest = function(input, options) { var $input, $results, timeout, prevLength, cache, cacheSize; $input = $(input).attr("autocomplete", "off"); $results = $("