问题标签 [dropdownbox]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wordpress - 为 wordpress 站点选择 Internet Explorer 中不可见的框选项
我面临选择框的问题,选项在我的 wordpress 网站上不可见。我已经使用 JavaScript 从一个 xml 文件中提取了国家名称,并将其用作选择框的选项。Firefox
并Chrome
根据需要显示选项,但IE
不显示国家/地区的选项。您能否帮助我如何解决此问题并显示与 Chrome 和 firefox dpes 相同的内容。
这是我的网站,代码如下:
c# - 使用 C# 从后面的代码生成下拉列表项
我正在尝试从后面的代码生成下拉列表,但出现此错误:
有人可以帮忙吗?这是我的 aspx 代码:
这是我背后的代码
asp.net - 下拉列表箭头自定义样式
是否可以使用 css/css3 自定义下拉菜单的箭头背景颜色。
当边框颜色为默认值时,似乎只有黑色箭头可见。
应用边框颜色箭头如图所示
不感兴趣相应地打开/关闭 div。寻找一些造型来实现。
atk4 - 下拉依赖敏捷工具包
你好朋友很高兴来到这里,我是这个框架的新手,我对如何制作依赖下拉列表有一些疑问,例如,我有一个国家列表并选择一个国家来向我展示他们的状态希望我可以已经非常感谢你的帮助。
asp.net - 使用 INNER JOIN 在 ListBox 中显示项目(在 DropDown Selected Index Change 上)
我有三个表users
:departments
和user_department
。
我有一个 ASP.NET 页面,“部门”,如下所示:
当我单击 DropDownList 上的一个项目时,我希望能够显示所有部门成员将显示在 ListBox 中(通过user_department
)。
数据库:
我必须执行什么 SQL 命令?
这是我尝试过的:
VB.NET
但是,它们不工作。
你知道我该如何解决这个问题吗?
jquery - 重新加载扩展下拉菜单
我的页面上没有本机下拉列表(从下拉列表扩展)组件。我在类构造函数方法中在其中插入数据,但现在我每次创建新对象时都必须刷新这些数据,我正在尝试使用 Jquery 但它不起作用,我不知道如何调用 DropDownList 扩展中包含的 Bind 方法,按照代码:
扩展下拉列表:
您能看到,在类构造函数中调用了 DataBind 吗?如何从 Jquery 再次调用此方法?(显然我必须创建一个公共访问器)
任何答案都会很有用。提前致谢。
c# - Cannot have multiple items selected in a DropDownList using C#
i am getting this error when i try to select an item from the drop-down box "Cannot have multiple items selected in a DropDownList". Can someone please help me i am not sure why i am getting this. here is my code:
and here is my dropdownbox in aspx
Here is the code for the page load:
here is the method that calls GetGroupNameList:
javascript - 带有滚动条的 Javascript 下拉按钮
我是 Javascript 的新手(和一般的编码)。我一直在尝试学习一些关于 Javascript 的 w3schools。我一直在尝试构建一个具有悬停效果的按钮,该按钮会在单击时下拉文本,并在再次单击时将其拉回。我试图将它放在我的一个页面上,这样我就可以为 SEO 提供一些文本,而不会让页面陷入困境。到目前为止,我已经想出了如何切换文本,但没有任何实际按钮或拖放效果的运气。任何帮助或建议将不胜感激。
显示文本
文字在这里html - 使用下拉提交按钮发布两种表单之一
我正在尝试发布两组不同的混合值。每个表单将共享一些用户提交的文本,例如姓名和电子邮件。
最好在两个表单之间进行下拉选择并提交。
mysql - How to add form_dropdown id value to database? - codeigniter
I have a form with a dropdown for categories.
it looks like this:
for the $opties
i use this code:
But when i use this:
it stores the value of the selected dropdown as an int.
so like this
How do i save the categoryid to the database instead of the number of the selected value?