jTag plugin Basic demo

Back to demo list

This demo sets some label so we can use the autocomplete feature
Go ahead and tag "uncle jack"

$("#img1").tag({
	defaultWidth:200,
	defaultHeight:200,
	showTag: 'always',
	autoComplete: [
		'uncle jack',
		'baby john'
    ]
});