Hi,
I'm trying to make a button inside the lightbox's frame in the lightbox caption area.
In the <code>-mode, I've inserted an element inside the image caption, but it takes no actions or hooks that I'm programming under events like .ready or .click.
It seems that the browser doesnt recognize the elements within the lightbox before it loads.
so the button is actually a span. <span>order now</span>
and each time that I try to add to it "onclick:..." the js is just getting rearranged and can't be saved like I wanted. saves without the js code.
Is there any opeions to monitor the lightvox events?
do you have any idea how i can create javascript hooks even during the firt load for example?
Thanks a lot!