Skip to content

Instantly share code, notes, and snippets.

@joshtronic
Created September 16, 2013 20:13
Show Gist options
  • Save joshtronic/6585949 to your computer and use it in GitHub Desktop.
Save joshtronic/6585949 to your computer and use it in GitHub Desktop.
$('[data-plugin]').each(function(element)
{
switch ($(element).data('plugin'))
{
case 'tagsInput':
$(element).tagsInput({ width: 'auto' });
break;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment