Skip to content

Instantly share code, notes, and snippets.

@mersy
Created October 18, 2013 01:48
Show Gist options
  • Save mersy/7035259 to your computer and use it in GitHub Desktop.
Save mersy/7035259 to your computer and use it in GitHub Desktop.
<script src="/js/flexibleSearch/mustache.js"></script>
<script src="/js/flexibleSearch/flexibleSearch.js"></script>
<script type="text/javascript">
(function($){
$("#fs-search").flexibleSearch({
resultBlock: {
blockId: "fs-result",
loadingImgPath: "/js/flexibleSearch/loading.gif"
},
searchDataPath: "/search_data.js",
searchDataPathPreload: "/search_data.js"
});
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment