Friday, 09 January 2009
Home jQuery Tooltips | Rating
Tooltips | Rating
Tooltip(jquery) PDF Print E-mail
(14 votes, average: 4.07 out of 5)
Tooltips | Rating
Written by LXR   
Tuesday, 13 May 2008 20:07

Read more 

What this script does is adds an element to the body when you roll over a certain object. That element's appearance is predefined with css (positioned absolute and styled) so all we need to do is fill the element with content, calculate mouse position and make it move accordingly. When cursor is moved over he object, element moves with it and when cursor roll out, the element is deleted.

 
jTip - The Jquery Tool Tip PDF Print E-mail
(22 votes, average: 3.95 out of 5)
Tooltips | Rating
Written by LXR   
Monday, 05 May 2008 02:33

Read more

Tip pulls content into a tool tip using the HttpXMLRequest object. By adding a class attribute value of “jTip” to a link element you can create a tooltip from the content found in the file the href is pointing too. Also jTip can be customized by providing user defined widths (defaults to 250px wide) via a url query string. The height is liquid and stretches to match the content that fills the tool tip. Additionally it’s possible to provide a link (via url query string) to a jTip tool tip link element (a href) so that the link will still function as expected by the user. See the Yahoo link in the demo for a working example.

 
Star Ratings using JQuery PDF Print E-mail
(101 votes, average: 3.81 out of 5)
Tooltips | Rating
Written by LXR   
Monday, 05 November 2007 06:27

Read more

This creates the Star Rating interface based on a simple form Structure

 
jQuery Plugin: betterTip PDF Print E-mail
(11 votes, average: 4.27 out of 5)
Tooltips | Rating
Written by LXR   
Thursday, 18 October 2007 00:34