lt;script type=quot;text/javascriptquot;gt;
$(function(){
$(quot;[buychapter]quot;).one('click',function(e){
e.preventDefault();
layer.load(2,{shade: 0.05});
GPage.buychapter($(this).data('href'));
});
GPage.buychapter($(quot;#buychapterquot;).data('href'));
//autobuy switch
$(quot;#autobuyquot;).change(function() {
if($(this).is(quot;:checkedquot;)){
$(quot;#buychapterquot;).data('href',$(this).data('href1'));
} else{
$(quot;#buychapterquot;).data('href',$(this).data('href2'));
});
})
lt;/scriptgt;