Posts by Bruno Moutinho • 3 points
3 posts
-
0
votes2
answers804
viewsA: Upload PDF by ajax
The problem is that Jquery does not find the path to the file you want to upload, that is, if you make an Alert to the input file you will see that will give for example C:/fakepath/(filename.pdf) I…
-
0
votes0
answers63
viewsQ: Is it possible to remove the download button in mpdf?
I would like to remove the download button, such as the Print button. Is there a solution? I already went to mpdf.php and removed the case’D': but it had no effect. I would also like to prevent any…
-
0
votes1
answer87
viewsQ: Add onclick() values
I have this code: var tudo=0; function muda(a){ o=$("#"+a).attr("data-ocupado"); var t = $("#gasto").html(); if(o==1){ alert("Lugar já Ocupado!"); }else{ p=$("#"+a).attr("data-preco"); var confirma…