Today to share a jquery-based picture scene callout cue pop-up effect, this example is suitable to mark an object on the picture, click the pop-up details, compatible with 360, FireFox, Chrome, Safari, Opera, Proud tour, Sogou, the window of the world, IE8 and the following browsers are not supported. The effect is very good. The effect is as follows:
Online preview Source Download
The process of implementation.
This example references the jquery and jquery UI libraries, as well as an implemented Main.js library. Friends on the need to click on the Download button on the current download to see.
HTML code section:
HTML code
- <div class="container">
- <div class="labels">
- <a id="Label1" class="label" href="#">sofa
- <p>
- A sofa, is an item of furniture designed to seat more than one person, and providing
- Support for the back and arms. </P>
- <span /></a><a id="Label2" class="label" href="#">television
- <p>
- Television (TV) is a telecommunication medium for transmitting and receiving moving
- Images that can is monochrome (black-and-white) or colored, with or without accompanying
- Sound. </P>
- <span /></a><a id="label3" class="label" href="#">carpet
- <p>
- Carpet is a textile floor of the upper layer attached to a backing. </P>
- <span /></a><a id="Label4" class="label" href="#">chair
- <p>
- Chair is a item of furniture designed to seat one person, and providing support
- For the back and arms. </P>
- < span /></a ><a id= "Label5" class= "label" href= "http://www.5icool.org/" >showcase
- <p>
- Showcase is used-Showcase things at home</P>
- <span /></a>
- </div>
- <div class="description">
- <p>
- </P>
- <a class="Close">x</a></div>
- </div>
A jquery-based picture scene callout Cue popup effect