I'm using the pretty straightforward jQuery Tools Overlay setup to load external content into the overlay. Check it out here. Basically, it works by using a standard <a>
like this: <a rel="#overlay" href="content.html">Overlay</a>
. When you click Overlay, content.html loads in an overlay. Nice and easy!
I'm running into trouble because I want to have the overlay triggered by click of an entire table row. Is this possible? How would I make that happen?
(Somewhat of a jQuery/Javascript novice here! Please be gentle!)
Thanks in advance!