seemasingh123

Results 1 comments of seemasingh123

$(function(){ $('#PDFTABLE11').mouseover(function(){ div_content = document.querySelector("#container2") html2canvas(div_content).then(function(canvas) { data = canvas.toDataURL('image/png?'); save_img(data); }); }); }); function save_img(data){ $.post('save_jpg.php', {data: data}, function(res){ if(res != ''){ if(yes){ location.href =phe.php; } } else{ alert('something...