我想在别的方法中获取复选框id中的i
function createLineList(i,h){
var select="select"+i;
$("#div-input").after("<table class=\"grid-body\" id=\"tableLine\" >"+"<tr  id=\"tr\">"+
"<td class=\"td-label-6\" onclick=\"type("+h+","+i+");\">"+"<input type=\"checkbox\" id="+select+" name=\"check\">"+