How can I set extra parameters to the query like
q=myseed&filter=1,2,34
better will be with a attached event like
onFoc
another way to do it, you can use initial url to achieve this.
something like :
$("#selector").tokenInput("PATH_TO_SCRIPT&filter=1,2,3", { queryParam: "q" });
this will be processed as expected