Home >Web Front-end >JS Tutorial >js dynamically select drop-down box_javascript skills

js dynamically select drop-down box_javascript skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 18:41:041056browse

for(var j=0;j{
if(document.getElementById("Select" rowID).options[j].text==value[5])
index=j;
}
if(index>=0)
document.getElementById("Select" rowID).options[index].selected=true;

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn