, , .
Looking at the source, the url parameter can be a function that is nullified before sending an ajax request. So you can do:
this.$("#abcTextbox").tokenInput(function(){
return "/path/to/script.php?filter="+$("#myFieldId").val()
}, {
queryParam: "q"
...
});
source
share