简体   繁体   中英

how to set default value of select 2 box in javascript

how to set default value of select 2 box in JavaScript. I have an API from where updated value comes, I need to update select box

$('#ID').select2("val", "stringValue");

stringValue you are setting should be available in select options.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM