June 29, 2012

Using JQuery Tools for missing UI components in JQuery UI framework

Using JQuery Tools for missing UI components in JQuery UI framework. For this you just need to download JQuery tools js and include it into your website.

Implementation of JQuery Tools is very simple and effective.
For downloading js file please click on following here.

<script src="http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js">
Lets take a very example of implementing tooltip on a div. Following is the HTML code snippet:
<div id="demo">
 I am in the div
</div>
  
$("#demo").tooltip();

No comments:

Post a Comment