jQuery Plugin: Tokenizing Autocomplete Text Entry には、次のものがあります。
$("#tokenize").tokenInput("php-example.php?a=1&b=2", {
hintText: "Type in the names of your favorite TV shows",
noResultsText: "No results",
searchingText: "Searching..."
});
関数「insert_token」を使用して新しい整数をリストに追加するにはどうすればよいですか? また、リストに事前入力するにはどうすればよいですか?
ありがとう