Posts by Rafael • 1 point
2 posts
- 
		-2 votes0 answers19 viewsQ: How to change the print page size?I’m printing on a thermal printer and it’s coming out all right, but there’s a blank space, I think it’s the size of the page. Is it possible to set the page size even if the printer is set to a… 
- 
		-2 votes0 answers12 viewsQ: RETURN AJAX RESULT IN A DIVHow do I return the query result in a div <script> jQuery('document').ready(function() { jQuery('#submit').click(function() { var dados = jQuery(this).serialize(); //aqui voce pega o conteudo…