Login   Register  
Icontem

File: index5.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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:
Date: 2013-08-25 11:05
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>