layer.load(2,{shade: 0.05});
gpage.buychapter($(this).data(href));
});
gpage.buychapter($(”#buychapter”).data(href));
autobuy switch
$(”#autobuy”).change(function() {
if($(this).is(”:checked”)){
$(”#buychapter”).data(href,$(this).data(href1));
} else{
$(”#buychapter”).data(href,$(this).data(href2));
}
});
})
</script>