在我的代碼,我有這個回調 $('#tagList').tagit({
//Every new dag will be pushed in the list array
tagsChanged: function(tagValue,action,element){
list.push(tagValue);
$.ajax({
我試圖從web服務獲取tag-it標籤,問題是我甚至可以進入成功,警報從不出現,也沒有錯誤事件。 $('#singleFieldTags').tagit({
//availableTags: sampleTags,
// This will make Tag-it submit a single form value, as a comma-delimited field.