/home/techb158/public_html/wp-includes/js/jquery
NameSizeModeActions
ui/-0777rm
jquery-migrate-vendor.min.js36260644editdlrm
jquery-migrate.js319780666editdlrm
jquery-migrate.min.js135770666editdlrm
jquery.color.min.js66450666editdlrm
jquery.form.js419110666editdlrm
jquery.form.min.js159770666editdlrm
jquery.hotkeys-vendor.js69300644editdlrm
jquery.hotkeys.js56170666editdlrm
jquery.hotkeys.min.js17930666editdlrm
jquery.js2853340666editdlrm
jquery.masonry.min.js18190666editdlrm
jquery.min.js875530666editdlrm
jquery.query.js36940666editdlrm
jquery.schedule.js34570666editdlrm
jquery.serialize-object.js7690666editdlrm
jquery.table-hotkeys.js37520666editdlrm
jquery.table-hotkeys.min.js22950666editdlrm
jquery.ui.touch-punch.js11790666editdlrm
suggest.js69910666editdlrm
suggest.min.js29930666editdlrm
Edit: /home/techb158/public_html/wp-includes/js/jquery/suggest.js (6991B)
/* * 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 = $("