Questions tagged as 'jquery'

3
answers

Update the jquery title

..... $sqlContar = mysqli_query($conexao,"SELECT COUNT(*) AS ContarTeste FROM teste"); $jmContar = mysqli_fetch_object($sqlContar); ?> <html> <head> <title>Nome do Site</title> <meta charset="UT...
asked by 24.04.2015 / 17:03
1
answer

How to create a new img tag with jQuery?

I would like to change c:\imagem.jpg according to what was selected in <option id="selecao" value="01">c:\imagem.jpg</option> . Here is the code: <DOCTYPE html> <html> <head> <script t...
asked by 15.04.2015 / 04:56
1
answer

Wait for pending executions to finish to proceed, JavaScript

This is the most practical example I found .. is an example where the server sends 2 messages (or more) followed and at the same time, it does not check if there is something running, in case if it should have wait until the end to send the new...
asked by 04.04.2015 / 16:17
1
answer

Character count inside distinct paragraphs (jQuery)

How to use jQuery to do the sum of characters in different paragraphs? Example: <div id="test"> <p>Lorem Ipsum</p> <p>Lorem Ipsum</p> </div> Obs. Can not add id and class to <p...
asked by 09.04.2015 / 16:28
1
answer

Modal window "once per session"

Good people, it may seem simple and easy to solve. But for those who do not draw anything from the language, it ends up becoming a torment. Come on: I created a modal window containing a warning image. And include the div's with their id's in...
asked by 12.04.2015 / 07:20
2
answers

How to avoid conflicts in jquery libraries?

Good, I'll try to explain then I'm newbie . I need to use a new library, and This code works perfectly when alone with this example: < script src="//code.jquery.com/jquery-1.10.2.js">< /script > <script> meu codigo <...
asked by 20.05.2016 / 01:55
1
answer

How to call a function right after a slide effect?

I need to get the height of a div and re-think an ifram according to the current height, so far so good. I'm just picking up the height right after a click that gives a slideToggle in this div. And it seems to me that as yet the slide effect...
asked by 29.12.2014 / 17:23
2
answers

Reload image in Chrome

I've created a plugin to crop images through javascript and PHP, but I'm having trouble revealing the edited image after the success of the crop in ajax . I already researched the subject and found a trick that works for most of the main b...
asked by 05.01.2015 / 13:05
1
answer

How to register new in autocomplete

I do not know if it's the right place to ask, but I always see the following component on some systems: I wonder what plugin this is? If it's just the jquery ui autocomplete, how does that button to add?     
asked by 24.12.2014 / 00:08
1
answer

How to find out what actions an element has when it is clicked?

I would like to know if you can create a script that shows me the actions of a certain element when it is clicked, or else you can debug it in the Chrome console, for example. Something that would tell me, for example, what function the click...
asked by 23.12.2014 / 14:05