jquery 多个radio的click事件实例

下面小编就为大家带来一篇jquery 多个radio的click事件实例。小编觉得挺不错的,现在就分享给大家,也给大家做个参考。一起跟随小编过来看看吧,祝大家游戏愉快哦

如下所示:

<div> <input type="radio" value="80*80" checked="checked" />80*80 <input type="radio" value="88*31" />88*31 <input type="radio" value="300*250" />300*250 <input type="radio" value="300*300" />300*300 <input type="radio" value="438*305" />438*305 <input type="radio" value="463*209" />463*209 <input type="radio" value="100*60" />100*60 <input type="radio" value="120*60" />120*60 </div> $("#ImgRadio :radio").click(function(){ });

以上这篇jquery 多个radio的click事件实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwxydz.html