Questions tagged as 'jquery'

3
answers

How to change legend text without knowing the id?

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...
asked by 23.06.2016 / 18:54
1
answer

return of several errors via ajax

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...
asked by 01.12.2016 / 14:00
1
answer

Problems with updated jquery [duplicate]

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...
asked by 02.12.2016 / 14:04
1
answer

Scroll from bottom to top

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...
asked by 17.07.2016 / 18:11
1
answer

Transition no hover

Hello, I wanted to know how to use the transition property to get the result you have on the nav-bar li site link .     
asked by 15.07.2016 / 00:25
1
answer

How do I get toDataURL to save in a sessionStorage?

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...
asked by 16.10.2016 / 20:00
1
answer

Form validation with jquery

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(...
asked by 16.10.2016 / 20:59
1
answer

Pass PHP array via Jquery

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=...
asked by 20.05.2016 / 03:02
1
answer

Changing CSS with Jquery

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...
asked by 19.05.2016 / 19:40
2
answers

How do I get json answer in php? [duplicate]

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...
asked by 18.05.2016 / 15:16