简体   繁体   中英

Rollover images, when clicked show movable pop up window

I have been working on a website that has some images that I need to to rollover when the mouse goes over them to add some extra spark to the site. But I also need the images, when clicked, to show a movable pop up window with another image inside it, larger.

If anyone could get me started in the right direction/code/script It would greatly be appreciated it!

jQuery has a hover() event you can add to your images. In order to pop a nice dialog you should look into an existing plug-in such as MopBox or maybe roll your own using jQuery UI's dialog .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM