`
darkjune
  • 浏览: 301855 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

用prototype 方法$A() uncheck radio button

阅读更多
做无刷新页面的时候,会碰到无法从服务器取list的size,每条list都有一个radio button, 这时候想uncheck所有radio的时候,可以用prototype方法来完成遍历:
<input type="radio" name="selectedGrie" value=''>  


   var idxs=$('selectedGrie');
   var nodes=$A(idxs);
   nodes.each(function(node){
   	node.checked=false;
   	//alert(node.value);
   });

分享到:
评论

相关推荐

    queryElectronicPolicy.uncheck

    queryElectronicPolicy.uncheck

    Uncheck the button-crx插件

    允许取消选中表单的任何单选按钮。 支持语言:español

    关于@SuppressWarnings("uncheck ")(转)

    关于@SuppressWarnings("uncheck ")

    queryElectronicPolicy(1).uncheck

    queryElectronicPolicy(1).uncheck

    uncheck:不再处理异常

    uncheck:不再处理异常

    Uncheck Subscription-crx插件

    使用AI自动取消选中网页上的电子邮件订阅复选框。 该扩展程序使用AI识别网页上的文本。 它会自动取消选中并突出显示使您可以订阅市场营销电子邮件的复选框。 您的电子邮件框中没有更多的垃圾营销电子邮件。

    Unity3DBookPageCurl-master翻书插件

     Import the unity package  Create a canvas and EventSystem objects if you don't have one (the easiest way to create them is by adding any UI object -like a button- then you can delete it)....

    jQuery完全实例.rar

    This function accepts a string containing a CSS selector which is then used to match a set of elements. The core functionality of jQuery centers around this function. Everything in jQuery is based ...

    asp.net中的check与uncheck关键字用法解析

    主要介绍了asp.net中的check与uncheck关键字用法,以实例形式较为详细的分析了check与uncheck关键字的各种常见用法与使用时的注意事项,非常具有实用价值,需要的朋友可以参考下

    STAUBLI机器人示教教程.pdf

    Uncheck Parking and check deadman, then press the arm power button. Arm power should come on in 2 to 3 seconds. If it does not there will be a pop up message, for example an open e-stop, stating why ...

    JCreatorV4

    You can open a document or a workspace file by dragging it from Windows Explorer to the JCreator work area. You can easily integrate ANT, Jikes or other applications using the custom tools or JDK ...

    Turbo C++ 3.2

    Step 3 "OR" If you not want full screen mode uncheck the "Full screen mode" check box and click on button "Start Turbo C++" System Requirement Operating System: Windows 10, 8.1 and 8 / Windows 7, ...

    jquery操作asp.net中GridView方法

    下载 Formatting Related Formatting ASP.NET GridView using jQuery Highlight row on mouseover in GridView using jQuery Set Alternate color ... Check/uncheck checkboxes in Asp.net GridView using jQuery

    uncheck-confluence-notify-chrome-extension:谷歌浏览器扩展

    #Uncheck Confluence 通知观察者 Chrome 扩展 此扩展取消选中 Confluence 中默认选中的通知观察者框。 该扩展程序会注入一个脚本来取消选中该框。 此扩展仅适用于您正在编辑您创建的 Confluence 页面。 安装去...

    VX-8R写频线驱动

    4) Uncheck the box that says "Use automatic settings". 5) Select "Input/Output range". Click on "Change Settings". 6) Type "02E8-02EF" in the Value box. This value will change the port to ...

    Build Report Tool 3.0.19.rar

    You can do this by opening the Build Report window, going to options, then uncheck "Collect and save build info automatically after building". If that doesn't work, you can simply delete the files in ...

Global site tag (gtag.js) - Google Analytics