开发者

Selecting radio property through jquery

how to select value of through jquery. is it possible to select the radio button through its name p开发者_运维百科roperty..please any one help me


Try this

  $(":radio[name='INSERTNAMEHERE']").bind("click", function(){
          alert('you clicked on radio button name : INSERTNAMEHERE');
    });
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜