Posts by Vinicius • 57 points
5 posts
-
1
votes1
answer1073
viewsQ: Space between title and table
The title of my table is very far from the table itself, I would like to know some way to decrease this spacing. Imagery: Code: \begin{table}[!htb] \renewcommand{\arraystretch}{1.5}…
-
0
votes0
answers38
viewsQ: Ajax not running Event sucess
I received complaints from some customers that the site was not completing the order, but when checking the code I did not find anything else and for me it works perfectly. The ajax code is this…
-
1
votes0
answers13
viewsQ: identify map marker of third-party websites
Is there any method of 'tracking' the map marker (google maps) of the third party site? For example: on this website Is there any way you could track down this marker on the map? It would be a style…
-
0
votes1
answer567
viewsQ: Ajax and PHP Update
I’m having a problem editing the database values. My Script Code: $(function(){ $(document).on('click', '#salvar_pedido', function(e) { e.preventDefault; var id =…
-
3
votes2
answers77
viewsQ: mai() php function not working under conditions
I have a PHP that sends an email from a contact form, when this in the condition of the captcha verification, I receive the sent message, but the email is not delivered, and when I remove the…