I would like to do the reverse of this script, in this script you click the GENERATE button, it generates 4 digits
What I want to do is the inverse, I want to declare the variable "1298105" (or whatever) and click Generate and it generates be...
I need to get the data that is in json format example:
{"latitude": "-3,3462, -60,6790"}
I need to display the results time in type every 5 seconds and move to the javascript without giving refresh on the page.
javascript
var...
In my solution I have several layers and one of them is the webservice, all pages that conserve the webservice and are in the webservice layer work, but I put it in another layer of the error in javascript.
<table border=...
Good night, I make a query and in my query I can not do line break, results appear side by side, already have \n , \n , <br /> , <BR> in PHP and not It worked ... Can Someone Help Me?
JavaScript
functi...
I have a form where I send data through jQuery AJAX.
However, I would also like to send a file. How do I add to my code?
var formData = {
'titulo': $('input[name=titulo]').val(),
'tipo' : $('select[name=tipo]').val(),
'dataa' :...
I'm doing an update to the database. But json does not return. Can you help me please?
JQUERY ARCHIVE
$(document).ready(function($) {
// Evento Submit do formulário
$('#myForm').submit(function() {
// Captura os dados do formulário...
I'm creating a recipe site, where the ingredients will be individually registered in a table, referring to the recipe id, example of how the tables are:
ptp_receitas
id|nome
1 |receita de feijão
ptp_receitas_ingredientes
id|id_receita|ingredi...
I'm working with a Java Web application, which will constantly grab a txt file, and update that data constantly in an HTML page, but I do not know what the best option to connect to a web server, should I use sockets or a connection per post wit...
My site's pagination is running at all, both pc and android browsers, but on iphone or ipad, it's not working.
Is there any solution I should do to improve this all on iOS?
I am using ajax with php.
My script is simple:
$(document).ready(funct...
I have a zip field with autocomplete that works perfectly when I type something. However, this field is also populated after an ajax call that fills in the zip code automatically, but when it receives the (full) value of the call the auto...