jQuery ThickBox Plugin
This plugin allows you to display a user interface dialog box with any content inside (remote page, images, feeds...) without loading another page. Source and © Cody Lindley.
Demonstration
How to setup
This plugin requires 3 files to work, the jQuery library, the plugin script, and the plugin style sheet.
/** jQuery Inclusion **/ <script type="text/javascript" src="Path_to/jQuery.js"></script> /** Plugin Inclusion **/ <script type="text/javascript" src="Path_to/jquery-thickbox.js"></script> /** Additional Style **/ <link href="Path_to/thickbox.css" rel="stylesheet" type="text/css" />
Then, the only thing you need to do is to give a class='thickbox' to any link that has a url you would like to open with a thickbox.
/** Plugin use **/ <a href="Path_to_target" class="thickbox">Test ThickBox Plugin</a>
Leave a Comment
Posted Comments
No comments have been posted so far. Be the first!
From jdmweb at 13:55 06/09/10 { Reply }
















