Simple extension for deck.js HTML Presentations jQuery-plugin, to search content from the slides.
- Search by text
- Search by slide number
- Navigate search results by mouse or keyboard
- Well, deck.js
-
Download the files.
-
Copy the
search
folder to your deck.jsextensions
folder. -
Insert the following line at the end of your HTML
body
.<script src="../extensions/search/deck.search.js"></script>
You can include additional script to alter default settings. Simple example below:
<script>
$.extend(true, $.deck.defaults.search.input, {id : 'search_input'});
</script>