Mini Help System with jQuery

File Size: 36.1 KB
Views Total: 669
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Mini Help System with jQuery

A mini help system with jQuery that will display help text or a guide to users of your web application. 

Usage:

1. Include CSS

<link rel="stylesheet" href="assets/css/styles.css" />

2. Include necessary javascripts

<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="assets/js/highlight.jquery.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/script.js"></script>

3. Html

<div id="widget">
<div id="header">
<input type="text" id="search" placeholder="Search in the text" />
</div>
<div id="content"> 
<!-- Your help text goes here --> 
</div>
</div>

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.