Questions tagged as 'jquery'

1
answer

Query in the send and use database in javascript

My difficulty is after sending to the java script how to separate each record: Example: In my code I'm running this function: $culturas=array(); $resultado=mysqli_query($conexao,"select *from mandioca_iea where id_cult=1");...
asked by 29.01.2015 / 03:02
1
answer

Input informative, how to do?

Good afternoon everyone! I'm doing an informative form with the Bootstrap Framework, where in some fields an information bubble should appear on the field (type
asked by 30.01.2015 / 17:04
2
answers

How to return the specific element when using multiple custom share buttons on the same page, using querySelectorAll?

This custom Facebook share button works great when you place just one button on each page. (This is an excellent way to make projects made in Ajax and JavaScript traceable to search engines and social networks.) When I put multiple buttons on...
asked by 16.02.2015 / 12:54
1
answer

Button triggers the method of your container

I created a tab that opens and closes using jQuery and I'm having some problems closing it: HTML <div id="aba" style="position: absolute"> <img src="#"/> <span id="fechar">X</span> </div> jQuery...
asked by 04.07.2014 / 05:55
3
answers

Add effect "loading" jquery

I would like to add a load effect when the person submits the form, and after about 2 seconds, the load ends and the form displays the result (error or not) I would like to know how to deploy this system within this: <script type="text/java...
asked by 18.02.2015 / 13:42
1
answer

Returning data from Java to Ajax using Json

I have a Java application, and a module that inserts products into the base using REST. In the base the id of the product is autoincremental, and as soon as I add the same in the base, I need the id so that the table with the products are update...
asked by 27.06.2014 / 15:26
2
answers

validation of multiple selects

How do I check if all selects have been selected? First I check if it is different from select, the user needs to check a different option than "select". Then I need to check that all selects are different from "select" While not differ...
asked by 18.09.2018 / 16:33
1
answer

Paste Numbers

How could I do to remove the dots from a number formats? For example, I get and copy a value 000,000,000 and paste it into my input , it would automatically leave this formatting of it and it would be " 000000000 ". I found a mask,...
asked by 18.09.2018 / 13:50
2
answers

Custom drag and drop Javascript does not work in firefox

I'm doing an XML reader to which I upload a file and it reads the contents, in chrome everything is working ok, however in firefox for some reason the drag and drop is not entering $('#xmlenvio').change(... , not I'm looking for them to do...
asked by 17.09.2018 / 21:11
2
answers

JavaScript for jQuery

I have a question about jQuery , how would the following code Pure JavaScript be using jQuery ? function writeTotal(value){ var total = document.getElementById('total'); total.innerHTML = floatToMoneyText(value); }    ...
asked by 20.09.2018 / 19:02