使用HTML,我正在尝试创建一个嵌套的下拉菜单,但到目前为止还没有成功。我在第一个下拉列表的第二项中放置了一个下拉列表,但是内部的下拉列表根本没有显示,
<select id="myList">
<option></option>
<option>Item 1</option>
<option>Item 2 with a dropdown list inside it
<select id="myList">
<opt
如何在php中声明多个变量,以便可以在html脚本中访问它。作为html中的场景,我创建了三个下拉列表。
1.drop down list 1
2.drop down list 2
3.drop down list 3
如果下拉列表‘1’有3个选项,如
1.india
2.uk
3.china
而且每个国家都有几个州,这必须显示在下拉列表‘2’中。如果用户选择印度,则所有邦都必须显示在下拉列表‘2’或'3‘中
我使用django进行动态下拉。当第一个下拉列表被单击时,有两个下拉列表,其中有一个子类别,第二个下拉列表将显示选项。如果没有子类别,我想要禁用第二个下拉列表。我怎么能这么做?
$("#id_general-collision_type").change(function () {
const url = $("#form_incidentgeneral").attr("data-acc-url"); // get the url of the `load_cities` view
const collisionId = $(this).val
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">Schedule<span class="caret"></span></a>
this is the HTML code of dropdown "Schedule"
which i want to select
<a href="javascript:void(0);" class=&