Photo Tagging Plugin - jTag

File Size: 539 KB
Views Total: 6495
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Photo Tagging Plugin - jTag

jTag is a jQuery Plugin that allows you to tag pictures or other items on your page.

Basic Usage:

1. Include jQuery Library, jQuery UI and jquery.tag.min.js in your head section

<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'></script>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.min.js'></script>
<script type='text/javascript' src='../source/jquery.tag.js'></script>

2. Include jQuery UI CSS and jTag CSS

<link media="screen" rel="stylesheet" href="../css/jquery.tag.css" type="text/css" />
<link media="screen" rel="stylesheet" href="../css/jquery-ui.custom.css" type="text/css" />

3. Html and Call the function

<img src="someimg" id="myimg" />
<script>
  $("#myimg").tag();
</script>

This awesome jQuery plugin is developed by djpate. For more Advanced Usages, please check the demo page or visit the official website.