File: index5.html

Recommend this page to a friend!
  Classes of Igor Crevar   icfb Photo Tag   index5.html   Download  
File: index5.html
Role: Example script
Content type: text/plain
Description: example 4
Class: icfb Photo Tag
jQuery plugin to tag user-defined picture areas
Author: By
Last change: Update of index5.html
Date: 2 years ago
Size: 543 bytes
 

Contents

Class file image Download
<html> <head> <title></title> <meta content=""> <link rel="stylesheet" type="text/css" href="icfbphototag.css"></link> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="icfbphototag.js"></script> <script type="text/javascript"> $(window).load(function(){ var obj = $('img#ee').icfbPhotoTag(); obj.icfbPhotoTag.add(); //obj.icfbPhotoTag.cancel(); }); </script> </head> <body> <img id="id_of_my_image" src="b_1246622364p1.jpg" alt="" /> </body> </html>