...
|
...
|
@@ -39,7 +39,8 @@ $('.next', '.qrcmain-switch').click(function() { |
|
|
slide.next();
|
|
|
});
|
|
|
$('.btn-qcode').click(function(){
|
|
|
document.body.innerHTML=$("ul li",".qrctxt").eq(slide.options.index).html();
|
|
|
$(".print_content").html($(".qrctxt").html());
|
|
|
document.body.innerHTML=$("#print_wrap").show().html();
|
|
|
window.print();
|
|
|
return false;
|
|
|
}); |
...
|
...
|
|