Questions tagged as 'ajax'

1
answer

User without duplication

Well, I have a user registration screen but I want to make sure that there is only one user with such registration and email, but I do not know where this part starts, someone is a force there !! ! <?php include("includes/conexao.php");...
asked by 24.10.2018 / 22:43
1
answer

HTML + AJAX: Contact form

I have a contact form next to a google map. Until then blz. But I'm catching up on AJAX to do that when someone clicks SEND appear an awesome font gear and when it's done successfully come up with an awesome font check and clear the form. CSS...
asked by 31.10.2018 / 21:58
2
answers

How do I assign target="_ blank" to all external links after ajax finishes loading?

Hello, I have a blog in wordpress where I need all external links to be opened in a new tab when clicking. But these links are loaded by ajax and the function I have is done before ajax finishes loading everything. $(function() { $("a[href^='h...
asked by 23.12.2018 / 14:22
2
answers

Sending problem via URL (GET)

Good morning friends, I have these buttons here: <button class="btn-excluir" data-id="1">Primeiro</button> <button class="btn-excluir" data-id="2">Segundo</button> <button class="btn-excluir" data-id="3"&...
asked by 28.09.2018 / 14:38
0
answers

I need to create a message history that updates in real time [closed]

I created a chat, where 2 people can chat. besides the option to write a new message, the chat presents the user with a message history that shows the messages exchanged between him and the other user. as soon as a user writes a new message, it...
asked by 25.12.2018 / 22:40
0
answers

Ajax is not updating text (.txt)

I made the ajax connection (I copied and pasted it myself) to insert a text in .txt into the div so I changed the text and saved it, but it still shows the text before the modification <script> function corpo(titulo, texto) { v...
asked by 14.11.2018 / 15:42
0
answers

Place details when clicking on full calendar events

I am making a calendar for periodic intervention events. So far I have been able to show the details of the curatives, if it counts as a title "healing" otherwise it opens the details (general). but I have 3 different event types, so I want 3...
asked by 05.09.2018 / 18:12
2
answers

I wanted to put an alert on my login screen PHP, JS, HTML, MYSQL

I wanted to put an alert on my login screen, if the registration and password correspond to what is in the bank direct pass, if not, an alert appeared or the box would turn red with the error with something like "Enroll or Wrong Password"...
asked by 05.10.2018 / 22:43
0
answers

Display the AJAX result in a popup

I'm trying to run a function that will send data from a form to a server and will give a response to the user in a popup with CSS styles. I'm not able to display this popup with the result. <script type="text/javascript"> funct...
asked by 01.09.2018 / 16:46
0
answers

Generate Pdf via ajax.POST with Rotativa

I want to generate a .pdf file using Rotativa, my ajax call is as follows: $.ajax({ type: "POST", url: "Home/Index", data: { nome: inputName, laudos: laudos, imagem: imgSelecionada },...
asked by 25.08.2018 / 21:11