PopUp image in Javascript

silverhorse

Baseband Member
Messages
23
Location
south africa
Hi,

Ive made a gallery with photos but trying to make a pop up on each image with some text in, to point to a another page for payment details and links.
but, I want the pop up on the same page, not on the second,

Ive looked in numerous places online, but cant seem to find any code that works.
Im still learning javascript and jquery, but Im battling to put it in practice to make a pop up window.

I saw lightbox, but I dont have money to buy a popup or shopping, so Im trying to code it myself,

If anyone can help me. please
 
Would qTip2 plugin be what you're looking for? It could make a tip, moral dialog, or even display Youtube/Image in the tip.
 
If I understand you correctly you're looking for an out of the box modal script? Modals are useful popups that can contain anything from videos to forms and images to text. Have you seen the Twitter Bootstrap modal in action?

Javascript · Bootstrap

Click the button that says 'Live Demo Modal'.

If you like it simply download the bootstrap library and locate the modal.js file in 'assets/js/'.

Michael
 
Back
Top Bottom