Skip to content

Instantly share code, notes, and snippets.

@AnkurVyas-BTC
Created August 15, 2016 07:12
Show Gist options
  • Save AnkurVyas-BTC/6d6dd4832b2bbced7c1b473a8dc0021f to your computer and use it in GitHub Desktop.
Save AnkurVyas-BTC/6d6dd4832b2bbced7c1b473a8dc0021f to your computer and use it in GitHub Desktop.
On limit exceeded tag it
$(“#tags”).tagit({
availableTags: [‘ruby’, ‘rails’,’range’, ‘ready’],
tagLimit: 2,
onTagLimitExceeded: function(event, ui){
alert('You cannot add more than 2 tags!')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment