欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

jquery的选择器的使用技巧之如何选择input框_jquery

程序员文章站 2022-03-25 10:00:45
...
下面的方法是选择name是redthree的 并且选中了的input 里面的 title属性的内容
复制代码 代码如下:

xtest = $(":input[name='radThree'][checked]").attr("title");