开发者

how to access textbox and checkbox values inside Gridview using JQuery

开发者 https://www.devze.com 2022-12-08 00:46 出处:网络
how to access tex开发者_高级运维tbox values inside Gridview using JQuery$(\".gridViewCss\").find(\"input[@type=checkbox]\").each(function(){

how to access tex开发者_高级运维tbox values inside Gridview using JQuery


$(".gridViewCss").find("input[@type=checkbox]").each(function(){
     if(this.checked){
         alert(Checkbox Checked);
     }
    else
    {
          alert(Checkbox not Checked);
    }
});

Here gridViewCss is CSS class assigned to grid.

0

精彩评论

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

关注公众号