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");...
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...
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...
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"&...
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...
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...
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...
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"...
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...
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 },...