Details Popup Via jQuery clueTip Plugin

by Bill Beckelman 7. September 2008 20:06

Just to prove there are a million ways to get something done I decided to try using the jQuery clueTip Plugin to provide more details about an item in an ASP.NET ListView via a popup.

Demo | Download

image 
Note: I know the addresses are incomplete but you get the idea.

The plugin is dead simple to use. All you really need after adding the required scripts to your project is the following jQuery:

$('a.title').cluetip({splitTitle: '|'});

Of course there are a million ways to customize the popup via the script/css. For more details take a look at the clueTip examples page.

kick it on DotNetKicks.com    

Tags:

ASP.NET | jQuery

Comments


About Me

I live and work in Salt Lake City, Utah. My background is in aviation. I have a degree in Aeronautical Science from Embry-Riddle Aeronautical University in Prescott, AZ. I have worked as a commercial airline pilot and most recently as a technical advisor for a charter airline.