How to get the drop-down list value and number of elements in js

WBOY
Release: 2016-07-25 09:12:43
Original
1185 people have browsed it

例子,js获取下拉列表框元素个数。

  1. <script></li> <li>function getLength()</li> <li>{</li> <li>alert(document.getElementById("mySelect").length);//元素个数</li> <li>}</li> <li></script>
复制代码


source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!