Jump to content

jQuery Image Pin plugin


x1nick

Recommended Posts

Basically need to be able to create something like below:

 

expxc.jpg

 

I need to be able to specify and x and y cordinate of where to display the pin, then when a user clicks the pin I can carry out some javascript (ajax request and put contents in a div)

 

Does anything like this exist?

Link to comment
Share on other sites

It's easy enough.

 

For your image, you'll want to have it wrapped with a container that has relative positioning (or have the image be a background image)

 

Then you can listen for click inside that area.

 

Then look into the jquery function offset().  It takes the offset of that element, so you could find out what the coordinates are.

 

At that point you could just insert dom elements with absolute positioning based off that coordinate.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.