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.
我有两个单独<select>的 html 格式标签,一个选择标签包含地区作为选项,另一个选择标签包含学校数量作为选项,现在的问题是当我在第一个标签中选择特定地区时<select>,只有该地区的那些学校应该当我点击第二个<select>标签时显示。
<select>
您需要使用 JavaScript / JQuery 来捕获Change第一个选择的事件并手动更新第二个选择。
Change
http://api.jquery.com/change/
或者 - 您可以使用绑定框架,例如Knockout或Angular。
Knockout
Angular