how to open html page using j-query light box .
+1
A:
Here is a script you want.
You can download it from
http://jquery.com/demo/grey/greybox.tar
Also these are others
http://www.enthropia.com/labs/ibox/
Judas Imam
2010-07-02 13:48:01
thickbox is obsolete.
Rob Stevenson-Leggett
2010-07-02 13:51:40
yeah its good Rob
Judas Imam
2010-07-02 14:25:42
+4
A:
I'd recommend colorbox. It's the best IMO http://colorpowered.com/colorbox/
For implementation just use jquery to attach colorbox to a link or other element's click event
e.g.
$('#yourlink').colorbox();
Make sure the HREF of your link is set to the page you want to open e.g.
<a href="yourhtml.html" id="yourlink">Open Lightbox</a>
Rob Stevenson-Leggett
2010-07-02 13:48:52
A:
If you want to open anything other than images with jquery-lightbox (http://www.github.com/krewenki/jquery-lightbox), you can't. I'll second the recommendation for colorbox.
Warren Krewenki
2010-07-02 14:06:50