Questions tagged as 'jquery'

0
answers

Download by javascript does not work on intel xdk

I have a script that works normally in the mobile browser and in the browser of the computer, however when it generates an apk it saves a file with another extension instead of the proposal. Below is my script $("#download").click(funct...
asked by 27.05.2017 / 14:08
0
answers

How not to affect the body with a JS function and get the value of only the required class?

index.html <body class="teste"> <h1 id="teste-zica">teste</h1> <h2>teste2</h2> <h3>teste3</h3> js.js addEventListener("mouseover", paradaDeSucesso); function paradaDeSucesso(event) { $(event.t...
asked by 03.04.2017 / 17:18
0
answers

Search words on the page and replace

Friends, I'd like to know if it's possible to create a method that scans a html page or just within a div by looking for a specific word and replacing it with another word. I'm trying to do this, because I'm using a plugin on my site, and the...
asked by 04.05.2017 / 17:58
1
answer

Keep the fields filled in editing mode

Colleagues. I have a code, which is not my own, which at the time of registering the user clicks a button Add more sizes and more fields appear. See: Sofarsogood,sizesandstocksgotothedatabase.Theproblemistimetoedit.Iwouldlikethesefields...
asked by 06.04.2017 / 20:57
2
answers

Run javascript by counting click to show option on screen?

I have a code that shows fields on the screen according to the click, after the first click it will increment a 'QtdClick' variable, it occurs that I did not want it to show all the fields, I only want when it is 2 second click, 3 click etc., in...
asked by 29.04.2017 / 04:36
1
answer

Navbar collapse after selection?

When using% bootstrap% on a mobile phone, it does not return to normal after clicking the menu option. In the following example the navigation bar is replaced by a button in the upper right corner. Only when this button is clicked the menu s...
asked by 24.04.2017 / 14:32
0
answers

How to use the flot chart on a web server?

Good I have an Apache web server running on a raspberry pi. This web server has a view_action.php file that makes the include of another page graph.html. This graph.html is a copy of a .html code from the flot chart examples folder. The jq...
asked by 25.04.2017 / 22:46
1
answer

Popular inputs with jquery and insert table rows at the same time

I have an input that when you insert the enrollment (ID) of a person, the rest of the table populate dynamically, and another row of the table is automatically inserted, which would work the same way, the enrollment and the rest of the row compl...
asked by 01.04.2017 / 06:22
1
answer

How to put a variable alert in the onclick parameter of a link? using jquery and php

I need to put a product message unavailable on my system, which takes the available status of the db (YES or NO) I did an IF that changes the image of the product when the status is NAO but I want a message if the user clicks on it saying that t...
asked by 30.03.2017 / 02:57
1
answer

Dynamic Input with JQuery

I need to insert a <input> into a system with the following characteristics: It should be an input. As I type, it already fetches information previously entered into the system. If you did not find it, this field will b...
asked by 23.03.2017 / 17:59