pelican-mg/templates/js/enable-search.js

11 lines
267 B
JavaScript
Raw Normal View History

2015-11-07 19:43:39 +00:00
$(document).ready(function() {
$('.tipue_search').tipuesearch({
2015-11-07 19:43:39 +00:00
'show': 10,
'mode': 'json',
'showURL': false,
'descriptiveWords': 75,
'highlightEveryTerm': true,
'contentLocation': './tipue_search.json'
2015-11-07 19:43:39 +00:00
});
});