Questions tagged as 'ajax'

1
answer

Implement Dependent Select with AJAX and JQuery on Zend

I'm new to programming and I'm setting up a small system for a specific collection control. But I need to fill some fields without reloading the page (AJAX) and others when select is set, but I'm not sure how to do this. I'm posting th...
asked by 23.06.2015 / 21:42
1
answer

How to use Node.js to run a PHP page?

In my case, the following is occurring: the microcontroller sends data using GET to the server, it saves to the MySQL database and tests if the alert needs to be triggered. This alert is done with a PHP page that uses jQuery + Ajax to send to an...
asked by 05.04.2015 / 00:33
3
answers

Refresh DIV without giving refresh on page JQUERY

Good afternoon Hi, I have an Ajax application that I am trying to use. I have a PHP file which I am trying to use. In the case I would like to update only the div and nothing else is just to run the foreach again that will get the data of the se...
asked by 24.06.2016 / 19:41
1
answer

How to refresh on another page after entering data in the bank

I am creating a system of attendance where there is a screen only to display the passwords that are being registered in the database. The problem is that I can not update the passwords in real time, because I'm calling them from another page,...
asked by 03.05.2016 / 16:35
2
answers

Is it possible to return a vector to a javascript

I am developing customizable graphics by users where they can select the options they want by sending the parameters to the php that searches the sql and returns me what I want. For graphics I'm using highcharts. But I'm having a hard time...
asked by 28.01.2015 / 14:15
2
answers

Ajax does not work when it comes from a select form

When #sectionChooser comes from Ajax does not work to select #rua, where would the problem be? Html <div class="col-sm-6"> <label for="Planos">Planos</label> <select name="...
asked by 08.05.2018 / 18:48
1
answer

Ajax between domains - how to do? [duplicate]

I need to make an Ajax for a webservice that is in another domain, because a browser security policy is not possible. Is it possible to do this via JSONP?     
asked by 27.05.2014 / 23:07
2
answers

Function with jQuery writing to two tables does not persist in BD

My need is this: I write to a table, get the generated ID and write to the second table with that ID. As the order is to do this in jQuery, a function has been made (by a colleague). But unfortunately I can not write. Notice that there are tw...
asked by 17.03.2014 / 12:48
1
answer

Ajax x SEO (Search Engines)

Well, does Google (or another search engine) evaluate the page when it finishes loading or does it just grab the generated HTML copy (dynamically generated page, PHP for example) and does your analysis? I have a document that runs 4 Ajax c...
asked by 07.05.2015 / 05:15
4
answers

Function has real-time screen, lock the screen with time!

I'm studying ajax, jquery and php. And with the goal of making a screen that loads automatically, for future chatting. What I want to understand is the screen loading function. I have the index.php code <!DOCTYPE html PUBLIC "-//W3C//DTD...
asked by 24.08.2017 / 20:03