2013年8月2日

jqGrid如何实现单选。

摘要: onCellSelect: function (id, status) { var name = "jqg_grid-table_" + id; $.each($("input[CHECKED='checked']"), function () { if (name != $(this).attr("name")) { $(this).attr("CHECKED", false); $(this).parent().parent().removeClass("ui-state-highli 阅读全文

posted @ 2013-08-02 08:42 hztyzq 阅读(692) 评论(0) 推荐(0)

导航