将this
与其他选择器混合在JQuery :filter
,[id=""]
以及类似内容中的最佳方式是什么,让我们假设我们想要阅读输入的.val()
具有该函数的表单中的name="input"
绑定到它。
如果可能,它们的价格会有所不同吗?如果是这样的话?
这是表格
<form>
<input type="text" name="input">
</form>
就像我们有这个
$("form").submit(function(){
if($(this).valid() == true){ //here i wanna read the value of input with name test}