jQuery delay function/method
More information and examples of the jQuery delay()
function/method. Here is a quick example:
jQuery('#mydiv').attr('value', "Button Text").delay(1500).queue(function() {
alert('button text was changed');
});
\n<% _.each(searchResults, function(searchResult, index, list) { %>\n <%\n \/\/ Thumbnails\n if(DavesWordPressLiveSearchConfig.showThumbs == \"true\" && searchResult.attachment_thumbnail) {\n liClass = \"post_with_thumb\";\n }\n else {\n liClass = \"\";\n }\n %>\n
<%= searchResult.post_price %><\/p>\n <% } %>\n\n <% if(DavesWordPressLiveSearchConfig.showExcerpt == \"true\" && searchResult.post_excerpt) { %>\n
<%= searchResult.post_excerpt %><\/p>\n <% } %>\n\n <% if(e.displayPostMeta) { %>\n
Comments