1024programmer Java JS acquisition, addition, and deletion operations for HTML tag select_javascript skills-js tutorial

JS acquisition, addition, and deletion operations for HTML tag select_javascript skills-js tutorial

The code is as follows:


(empty)
1


The code is as follows:


//Get the html control
var select = document.getElementsByName(“aaa”)[0];

select.selectedIndex = index;
//Create a new Option object
new Option(text,value)
new option(text,value,defaultSelected,selected
text: string, specifying the text attribute of the option object (that is, the text between )
value: String, specifies the value attribute of the option object
defaultSelected: Boolean value, specifies the defaultSelected attribute of the option object
selected: Boolean value, specifies the selected attribute of the option object

// Add Option to select
select.add(new Option(text,value))

//Delete
select.options.remove(index)
//Delete all at once
select.length = 0;

This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/js-acquisition-addition-and-deletion-operations-for-html-tag-select_javascript-skills-js-tutorial-2/

author: admin

Previous article
Next article

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: 34331943@QQ.com

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索