Skip to content

prowess/tagger.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tagger.js

============================================================================
tagger.js v0.0.1
jQuery plugin to create and manage tags
requires - taggerStyles.css and jquery.js
**For Demo check: ** taggerDemo.html


✦ Create tags on the go - features


✔ Checks for duplicate tags and display fade-In/Out message
- which makes it less annoying - Message text can be easily changed by passing option msg
- Want even less annoynance - of course you can pass the showMsg as false
✔ Customization Options
✔ Editable Tags
✔ Option to Finish the tag addition/edition by clicking **Done** button

Usage: ( Simple as It can be )

✦ Default mode:
$('elementOrSelector').tagger();
✦ Passing Options by overriding Default settings (change as required):

'box' : {
			'width' : '500px',
			'minHeight' : '90px'
		},
		'tag' : {
			'bgColor' : '#161d6d',
			'fontColor' : '#ffffff'
		},
		'tagProperty' : {
			'minLength' : '1'
		},
		'duplicateMsg' : {
			'showMsg' : 'true',
			'message' : '
         Oooppsss!!!       
Seems You Already Have That Tag.
',
		'bgColor' : '#e3e18a'
	}

About

jQuery plugin to create and manage tags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors