I have a <legend>texto</legend> tag that does not have Id and can have several on one page, I would like to change based on the ID of the previous div
ex:
<div id="div1teste">
<fieldset>
<legend>te...
I have a problem with the error return via ajax, follow the link:
Index.php
<h4>Cadastro de Nome</h4>
<form id="cadUsuario" method="post">
<label>Nome:</label><inp...
Hello, I'm starting a website and I put the bootstrap - I put the most up-to-date jquery you have in case it's 3.1.1
In the inspecte of element it gives me an error ... I was to visualize and the message is like this: Uncaught Error: Boots...
I have a div that encompasses a chat, I load the last 15 messages, but the problem is that I want her scroll to start from the top, old.
NOTE: This div is overflowed: auto. And I want the scroll to start from the bottom as soon as the pag...
I'm using a library I got here at this link: link
I've already spent 2 days testing and looking for how to get the image cut with toDataURL to get the base64 and save it in a sessionStorage for me to use later.
If someone can lend a hand...
I have to do a form validation for a college job, but it is not working and I am not succeeding in finding the error. Thanks for the help.
<script>
$(document).ready( function(){ //Quando documento estiver pronto
$("#tel").mask(...
Good night, I am not able to pass the values from a array to another page via jQuery (I do not know if this is possible) to update the data, I have the following code:
<script src="js/Jquery.js">
<script language=...
In my select I have the list with the options, when selecting an option the content alternates because it is tied to the selects.
When I put data-native-menu="false" select does not allow changing table contents and selecting another option...
I have the link:
https://dominio.com/apiJSON.php?data={"login":"[email protected]","senha":"Minhasenha","campanha":"ID 1234","mensagens":{"1":{"numero":2799999999,"msg":"Uma mensagem qualquer","data":"2015-10-19 01:07:52"}}}
By pasting this...