我在我的index.php网页上有一个表格(id =“电子显示器”),只有检查箱,当我点击一个核对箱时,它用一个贴在索引页(id = 主列)上的一个折页(index-main-list.php)。
$.post("index-main-list.php", $("#selectors").serialize(), function(data){
$( #main-list ).html(data);
});
这个问题是,在完成员额要求后显示的索引主名单.php中,我要列入一个链接,重新制定选民名单,并检查我选择的检查箱。
But it looks like I can t do something as simple as:
$( #selectors )[0].reset();
$( input[id=topic] ).attr( checked , true);
页: 1 php网页是因为它能够进入指数.php上的选民表格。
是否有任何办法这样做?