作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
YII2 生成的自动字段
<input type="text" class="form-control" name="TABELACOSearch[ID_VANTIVE]" value="">
我的JS:
$(document).ready(function(){
var teste = $("input[name=TABELACOSearch[ID_VANTIVE]]").val();
console.log(teste)
});
我相信问题出在带 [] 的字段名称上,但我无法更改字段名称,我只需要从 5 个字段中复制值即可OBS:我无法添加类(class)和ID。我能做什么??
错误:
jquery.js:1468 Uncaught Error: Syntax error, unrecognized expression: input[name=TABELACOSearch[ID_VANTIVE]]
at Function.Sizzle.error (jquery.js:1468)
at Sizzle.tokenize (jquery.js:2125)
at Sizzle.select (jquery.js:2546)
at Function.Sizzle [as find] (jquery.js:869)
at jQuery.fn.init.find (jquery.js:2792)
at jQuery.fn.init (jquery.js:2909)
at jQuery (jquery.js:75)
at HTMLDocument.<anonymous> (index.php?TABELACOSearch[ID_VANTIVE]=&TABELACOSearch[ID_VANTIVE_ANTIGO]=&TABELACOSearch[STATUS]=&TABELACOSearch[NUM_LP]=&TABELACOSearch[CLIENTE]=&r=qualidade:135)
at n (jquery.min.js:2)
at Object.fireWith (jquery.min.js:2)
最佳答案
您可以使用两个反斜杠对其进行转义,如下所述: http://api.jquery.com/category/selectors/
关于javascript - .val() 在带有 [] 的字段名称上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45636354/
概述 CentOS Stream 成立于 2019 年,是“RHEL 下一步的滚动预览”。Red Hat 首席技术官 Chris Wright 和 CentOS 社区经理 Rich Bowen 各
我有一个使用 Mesosphere DC/OS 编排选项进行配置的 Azure 容器服务 (ACS) 集群。我可以在 Marathon UI 中创建一个应用程序。 但是,当我通过 Marathon U
我是一名优秀的程序员,十分优秀!