jquery的选择器的使用技巧之如何选择input框_jquery
程序员文章站
2022-03-25 10:00:45
...
下面的方法是选择name是redthree的 并且选中了的input 里面的 title属性的内容
xtest = $(":input[name='radThree'][checked]").attr("title");
复制代码 代码如下:
xtest = $(":input[name='radThree'][checked]").attr("title");
上一篇: php ffmpeg扩展如何安装
下一篇: php之json与xml序列化/反序列化