;(function ($, window, document, undefined) { "use strict"; var defaults = { label: 'Search:', // Inserted before input, null to bypass min_chars: 3, // Must have typed at least this many characters to initiate search typing_threshold: 350, // Delay in milliseconds to determine whether user is finished typing search_location: 'before', // Possible values are "before,after,both,[jQuery Object]" active_class: 'searchify', // Applied to element when plugin is activated match_class: 'searchify-match', // Matched items gets this class no_matches_class: 'searchify-no-results', // Applied to element when there are no results form_class: 'searchify-form', // Class name of the search container label_template: '