Feature, Add the ability in front end that a tag field could dynamically get its field text separator which is coming from the field php code.

This commit is contained in:
Normann Lou 2009-01-15 22:45:59 +00:00
parent ff28e46dc4
commit 3e5ed4c1e3

View File

@ -52,8 +52,8 @@
'tags' : null,
'url' : null,
'delay' : 300,
'separator' : ' '
};
defaults['separator'] = $(this).attr('rel');
var i, tag, userTags = [], settings = $.extend({}, defaults, options);