Active
Project:
Lightbox2
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2012 at 12:04 UTC
Updated:
18 Dec 2012 at 12:04 UTC
Is it possible to display in Lightbox part of rendered HTML page
In README file there is mentioned only option to load HTML content from server:
<a href="search.php" rel="lightmodal">Search</a>
I tried to do this:
<a href="#some-element" rel="lightmodal">Search</a>
but it didn't work. I have to insert URl to the server to href attribute.