您的位置: 首页 > IT文章 > jquery radio 点击事件 jquery radio 点击事件 分类: IT文章 • 2024-11-19 16:37:30 jquery radio 点击事件 假如对应radio的id为rbtn,则代码如下: $("#rbtn").click(function (){ //点击事件所需要执行的代码 });