开发者

how to access textbox and checkbox values inside Gridview using JQuery

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜