Jared wrote:
On Nov 7, 4:27 pm, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
I am sure most of you are familiar with 'facebook'. you might have
noticed that facebook allows ursers to hoover over pictures, click on
them and that way tag them. so the next time someone comes to take a
look at the picture and hover over it they will see the tag created. I
am wondering if there is a similar sort of plugin for jquery? I'm
assuming they are using java script for this purpose.

You could build one using the UI class functionality and have it come
out the same, with some design.

If someone hasn't come out with a plugin version of this, I hope they
do; it'd be great for a note-taking need in an application.


It's pretty integral to their photos application, their database stores extra metadata with the images then they use javascript to turn that information into 'tags' overlaid on the images.

If you head on over to flickr they have a more advanced photo-tagging system which lets you add where the photos were taken so you can see them on a map.

I'm not sure a specific jquery plugin is the answer because it depends on the database schema. The metadata and drag/drop plugins would be useful to acheive this though.

Reply via email to