<divclass="flex2">
<spanclass="">
<inputid="autobuy"type="checkbox"checked="checked"class=""data-href1="data-href2="
</span>
<scripttype="text/javascript">
$(function(){
$("[buychapter]").one('click',function(e){
e.preventDefault();
layer.load(2,{shade:0.05});
GPage.buychapter($(this).data('href'));
});
GPage.buychapter($("#buychapter").data('href'));
//autobuyswitch
$("#autobuy").change(function(){
if($(this).is(":checked")){
$("#buychapter").data('href',$(this).data('href1'));