Skip to content
Advertisement

Tag: ajax

Google Places Autocomplete Force Selection

I am using the JavaScript Google places autocomplete API v3. It works fine but I was wondering if there was a way to force the selection from the autocomplete, that is input that will not accept any free form text. I looked at the docs and didn’t see such an option but figured I would ask just to be safe.

How can i refresh form after submit?

i have form like for form submit i have used like Here reset is not working. Any problem with reset i am not getting. After form submit, i want to refresh form with db values (to display values selected just now). how can i refresh page after submit or either div refresh. Answer reloads the page by setting the href

Dynamic textbox creation with db using ajax/javascript/php

I have two tables. company_details and company_specials. Each company_details can have multiple specials. I display the company details at http://eurothermwindows.com/ed/admin.php The first row and fourth row that has the 0 in the active column is from company_details and the rows below are from company_specials. Currently the code allows for dynamic modification of the company_details rows as denoted by the compid

How can I remove or replace SVG content?

I have a piece of JavaScript code which creates (using D3.js) an svg element which contains a chart. I want to update the chart based on new data coming from a web service using AJAX, the problem is that each time I click on the update button, it generates a new svg, so I want to remove the old one

JavaScript: Detect AJAX requests

Is there any way to detect global AJAX calls (particularly responses) on a web page with generic JavaScript (not with frameworks)? I’ve already reviewed the question “JavaScript detect an AJAX event”, here on StackOverflow, and tried patching in the accepted answer’s code into my application but it didn’t work. I’ve never done anything with AJAX before either so, I don’t

AJAX and user leaving a page

I’m working on a chat and I’m trying to figure out how I can detect that the user has left the page or not. Almost everything is being handled by the database to avoid the front end from messing up. So what I’m trying to do is once the page is left for any reason (window closed, going to another

Advertisement