quickTip Jquery Tooltip Plugin


Simple Tooltip
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

HTML
jQuery is a fast and 
concise <a href="#" class="tip" title="JavaScript is the most popular scripting language in the world. It is the standard language
used in web pages, but it is also widely used by desktop apps">JavaScript</a> Library that simplifies HTML document traversing,
event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you
write JavaScript.
javaScript
$(".tip").quicktip();
HTML content Tooltip
If you plan to develop more JavaScript

HTML
If you plan to develop more <a href="#target1" class="htmltip1">JavaScript</a>
HTML for tooltip
<div id="target1">
<img src="jqlogo.png" style="float:left;padding-right:5px;" width="100px" height="100px">jQuery is a multi-browser JavaScript library
designed to simplify the client-side scripting of HTML.It was released in January 2006 at BarCamp NYC by John Resig....</div>
javaScript
$(".htmltip1").quicktip({
  type     : "html",
  effect   : "slide",
  width    : "300px"
});
Ajax contents example
Mouseover the link given to load the tip contents from another page Load Ajax Contents If you plan to develop more HTML page is here, you should consider the Firefox extension called FireBug.

This is video If you plan to develop more HTML page is here, you should consider the Firefox extension called FireBug.
jQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTML.[1] It was released in January 2006 at BarCamp NYC by John Resig. Used by over 55% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.
Whats left... Thanks a lot to John Resig for this great library! Thanks to the jQuery community for providing John with enough coffee and everything else!