jQuery :submit 选择器
jQuery :submit 选择器选取带有 type=submit 的 button 和 input 元素
语法
$(":submit")
如果 button 元素没有定义类型,大多数浏览器会把该元素当作类型为 submit 的按钮
通过该选择器使用 input:submit 不会选取 button 元素
范例
选取带有 type="submit" 的 <input> 和 <button> 元素
$(":submit")
jQuery :submit 选择器选取带有 type=submit 的 button 和 input 元素
$(":submit")
如果 button 元素没有定义类型,大多数浏览器会把该元素当作类型为 submit 的按钮
通过该选择器使用 input:submit 不会选取 button 元素
选取带有 type="submit" 的 <input> 和 <button> 元素
$(":submit")
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.