问题标签 [jquery-selectbox]

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.

0 投票
2 回答
697 浏览

jquery - easydropdown 取决于选择

我正在使用 easydropdown ( https://github.com/patrickkunka/easydropdown ) 来设置我的选择下拉字段的样式。

到目前为止,一切都很好。

然而,当试图使 2 个选择框可靠时,第 2 个框仍保留初始值。我尝试了 jsfiddle,jet 似乎无法正确添加资源:示例:

http://jsfiddle.net/49FK9/46/

我会很感激任何帮助。

0 投票
3 回答
101 浏览

javascript - AngularJS 验证选择框

在表单中有选择框,我尝试进行验证,但与我之前对输入类型文本所做的工作不同。我做错了什么?

例子

此代码运行良好,并在字段为空时显示错误消息。

并且这个带有选择框的代码不能正常工作,每次选择没有空但有一个选择-选择-,当没有另一个选择时我如何显示错误。

0 投票
1 回答
51 浏览

javascript - 四个选择选项框根据每个选择框选项动态变化

我试图让它在如果用户在第一个选择框上选择一个选项时,第二个选择框的内容将改变,依此类推。包括如果用户为第一个和第二个选择选项选择了什么,它也会改变第三个选择框中的内容等等。但是,到目前为止,我遇到了一些问题。目前,如果按照每个选择框的流程正确完成,它可以工作,但我注意到仍有一些方法可以绕过它。Is there a way to hide all select boxes except for the first one, and when the first option is selected, the second select box appears and so forth?

我让这种方式变得复杂吗?有没有更简单的方法来实现同样的目标?我期待着您的回复。

HTML:

JS:

0 投票
1 回答
2983 浏览

php - 将动态依赖选择框集成到 WordPress

我想将部分搜索添加到由 WordPress 提供支持的网站中。我目前已经实现了该功能,但是我无法将其集成到 WordPress 中。我尝试了几种方法,但动态依赖选择框仍然无法正常工作。

我遵循了本教程:Dynamic Dependent Select Box using jQuery, Ajax and PHP

下面是我的代码,它在 WordPress 之外运行良好。

index.php

ajax-ps.js

ajax-data.php

Now the problem is, when select the first box, the second one becomes empty, nothing is returned from the database:

捕获 - 选择第一个框后

真的很感谢 Christos Lytras 帮我解决了之前的问题。

我有一个新问题action="ps-result.php"<form class="select-boxes" action="ps-result.php" method="POST">

ps-result.php

现在,当我单击时Search,它会返回

Fatal error: Call to undefined function get_header() in /Applications/MAMP/htdocs/wordpress/wp-content/themes/myTheme/inc/ps-result.php on line 42.

0 投票
1 回答
1455 浏览

php - Combine the results of several select boxes by using PHP and MySQL in WordPress

I have 4 dynamic dependent select boxes, now I want to combine the result of the 4 selects into a query. I have all the relative code below.

font-end part of the select boxes

part-search.php

ajax-data.php

part-search-result.php

Now my problem is:

If only select the first one box, or select the first two boxes, and click the Search button, it successfully jumps to the result page. However, if continuously select the third box, the result page is gone and Chrome Console returns the error:

Failed to load resource: the server responded with a status of 404 (Not Found)

0 投票
1 回答
503 浏览

javascript - 当我选择另一个选择选项时更新 optgroup 标签

这就是我所需要的:当我选择“10 比索”之类的选项时...

图一

我需要更改其他几个选择选项上的 optgroup 标签,例如: 我想要更改的信息“Recheios Especiais:R$10”,例如更改为“Recheios Especiais:R$20”。当我选择“30 Pessoas”时,将标签更改为“Recheios Especiais:R$40”。

图二

这是我的代码:(我使用的是 select2 插件,但我认为这与问题无关)

猜猜这个解决方案与这个非常相似,但是我不需要更改 a 的内容<div>,而是需要更改 a 的内容<optgroup label="">:(评论上有链接)

0 投票
1 回答
291 浏览

javascript - ajax后刷新js函数

我正在使用这个 jquery 插件https://web.archive.org/web/20151007012231/http://www.bulgaria-web-developers.com/projects/javascript/selectbox/

我需要在 ajax 调用后刷新它,我已经尝试过“selectbox.refresh()”和“selectbox()”但没有任何效果。

知道怎么做吗?

0 投票
5 回答
7163 浏览

jquery - 如何将占位符添加到选择下拉列表中的文本框

在此处输入图像描述

如何将占位符添加到选择框中的输入文本。该文本框是动态生成的。我对此进行了研究,但找不到任何有用的内容。请帮助我。

例如:请参阅此链接 https://silviomoreto.github.io/bootstrap-select/examples/#live-search

0 投票
1 回答
200 浏览

javascript - 选择框返回索引但选择了错误的选项

当我打开一个带有selectbox例如站点 x 的新站点时,选择了 x 选项,但是当我通过单击左上角的箭头返回时,我返回到站点 y,但仍然选择了选项 x。

谁能帮我?

我应该在脚本中添加什么以避免该问题_

谢谢

0 投票
1 回答
63 浏览

php - 带有jquery post的Mysql选择框

我有一个国家城市数据库,显示在选择框中,一切正常。What i want when state select box selected to display city results in a div or another element. 当为城市结果定义选择框时没有问题,但如果我使用 div 会给出错误消息

注意:未定义的索引:第 3 行 C:\wamp\www\list\pos​​t.php 中的国家/地区。

这是我的代码,谢谢。

post.php

jQuery代码

索引.php