mirror of
https://github.com/wahyd4/jQuery-Tags-Input.git
synced 2026-08-09 04:46:44 +10:00
By default, if a callback has been specified, call it!
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
jQuery.fn.addTag = function(value,options) {
|
||||
|
||||
var options = jQuery.extend({focus:false},options);
|
||||
var options = jQuery.extend({focus:false,callback:true},options);
|
||||
this.each(function() {
|
||||
id = $(this).attr('id');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user