- Overview
- Documents
Gips is a clean and simple jQuery Tooltips plugin and is based on Gips Freebie. Its simple, customizable, and easy to use. It also supports CSS themes.
Source: egrappler.com
May 08, 2014 in Slideshow 3624 views
Gips is a clean and simple jQuery Tooltips plugin and is based on Gips Freebie. Its simple, customizable, and easy to use. It also supports CSS themes.
Source: egrappler.com
1. INCLUDE CSS AND JS FILES
<link href="css/gips.css" rel="stylesheet" type="text/css" /> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/gips.js" type="text/javascript"></script>
2. HTML
<input type="text" value="Purple Tooltip Here." id="purple" />
3. JAVASCRIPT
$(document).ready(function () { $('input#purple').gips({ 'theme': 'purple', autoHide: true, text: 'This is purple tooltip, auto hide after pausess time elapses.' }); });
4. OPTIONS
Tagged with:
gips
simple tooltips
tooltips
clean tooltip
tool tips
clean and simple
jquery plugin
gips freebie
css theme
Related Articles