{
id: css_class,
mentions: ['yuku_t', 'Google'],
match: /\B@(\w*)$/,
search: function (term, callback) {
$.post("test.php",{q:term},function(gonderVeri){
if(typeof(gonderVeri) !== 'undefined' && gonderVeri != null) {
return gonderVeri;
}
});
/*callback($.map(this.mentions, function (mention) {
return mention.indexOf(term) === 0 ? mention : null;
}));*/
},
index: 1,
cache: true,
replace: function (mention) {
return '@' + mention + ' ';
}
}


şöyle bir şey deniyorum ama sonuç vermiyor