Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Select2 を使用している場合は、次の方法で選択を更新できます。
$("#walkForAmount").select2("val", "5"); // select "5"
例: http://jsfiddle.net/verashn/aWvQr/1/