jTag plugin Basic demo

Back to demo list

This demo is here to demonstrate that you can use jTag on multiple images on the same page

	$("#img1").tag({
		defaultTags: [
			{'id':1,'label':'Uncle jack','width':150,'height':190,'top':50,'left':160},
			{'id':2,'label':'Baby john','width':100,'height':150,'top':250,'left':280}
		]
	});
	
	$("#img2").tag({
		defaultTags: [
			{'id':3,'label':'Homer','width':150,'height':190,'top':50,'left':260},
		]
	});