Skip to content

leonharv/Tagzy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tagzy - A jQuery plugin for adding tags to an input

GitHub : https://github.com/philipbeel/Tagzy
Demo : http://theodin.co.uk/plugins/jquery/tagzy/tagzy.html
Website : http://theodin.co.uk
Email : contact@theodin.co.uk
Twitter : @philipbeel

Descrpition

Tagzy is a jQuery plugin which enables you to add a highly visual tag input to any web page quickly and easily. If you have ever signed up for soundcloud or forrst you may have already encountered this approach.

Usage

Call in the jQuery framework and jquery.tagzy.js in your webpage.

<script type="text/javascript" src="jquery.tweetable.js"></script>

Create a hidden input which will serve to hold your comma seperated list of tags.

<form id='myForm' name='myForm' method='get' action='#'>
	<input type='hidden' name='tagged' id='tagged' />
</form>

Initiate the plugin, call tagzy on your specified element.

$('#tagged').tagzy();

Plugin parameters

containerClass{String}, // Name of the tagzy container class
tagClass: {String}, // Name of the class appended to each tagged item
inputClass: {String}, // Name of the class appended to the input

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%