bootstrap-tag icon indicating copy to clipboard operation
bootstrap-tag copied to clipboard

Need a way to programmatically add a tag

Open CHeil402 opened this issue 11 years ago • 1 comments

I can't seem to find a way to add a tag after the tag object has been created.

CHeil402 avatar Oct 30 '13 20:10 CHeil402

you can try $( '#tagInput' ).data( 'tag' ).add( 'TAG' );

Haraguroicha avatar Nov 14 '13 05:11 Haraguroicha