Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
ajax
- Page 1
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
44 Minutes Ago
by Biiim
…use `console.log(var);` Here is an example
AJAX
request(with jQuery) and below is a working … populating Form fields with an onchange event var keepMyData; $.
ajax
({ method: "POST", url: "https://…script> <script src="https://
ajax
.googleapis.com/
ajax
/libs/jquery/3.7.1/jquery.min.js…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
5 Days Ago
by groverharleen
…, please use developer tool while working on HTML/PHP with
AJAX
. in the console you can easily track what was the…
How to show visa info based on country selection in a travel form?
Programming
Web Development
1 Week Ago
by eservices
…> dropdown and send that to a PHP file via
AJAX
. The PHP checks a list and responds with JSON. But… version: Avoids links and commercial terms Focuses on technical workflow (
AJAX
, PHP, JSON) Mentions *<link removed by moderator>* as…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
1 Week Ago
by Dani
… by hardcoding country-specific conditions in javascript, and yet using
AJAX
to have the PHP check a list. Do you mean…
Re: Any jQuery 4 users?
Programming
Web Development
1 Month Ago
by jkon
…. Our JS library/framework handles all the heavy lifting, including
AJAX
, WebSockets, logical events, data manipulation, and architectural events. Replacing jQuery…
ajax
Programming
Software Development
13 Years Ago
by mangal123
ajax
can i do programming of
ajax
in asp.net please help me and give me demo of
ajax
programming
Re: Ajax
Programming
Web Development
15 Years Ago
by skfroi
Ajax
is a way of using existing technologies. Asynchronous JavaScript and XML. It is based of HTTP request and javascript as the name suggests. The tutorial at [url]http://www.w3schools.com/
ajax
/default.asp[/url] should get you on your way. Headfirst:
Ajax
book is excellent to start of with as well.
Re: AJAX
Programming
Web Development
14 Years Ago
by twiss
AJAX
is a way of interaction between the client side (i.…
Re: ajax
Programming
Web Development
11 Years Ago
by t_thakar
ajax
is very easy to use. you just need to learn the basic JavaScript. I've learnt it from youtube videos and "api.jquery.com" (original jquery website and click on api) look for tutorials on youtube with most views because these are most popular and well explained.
ajax form submit codeigniter
Programming
Web Development
9 Years Ago
by praba_web
Ajax
form submission not happening. **view:** <form method="post&…(){ $("#addwishlist").click(function(e){ // passing down the event $.
ajax
({ url:'<?php echo base_url();?>add-wishlist', type: 'POST…
Ajax control display and behaviour not properly working - (calendar extendar control)
Programming
Web Development
15 Years Ago
by salmax2005_dw
Ajax
control is not wroking fine.It is displaying partically and its behaviour is also totally different and not upto its usualy standard.Cud anyone plz give me some solution to solve this problem.urgenttttttttttttttt regards saleem
Ajax calendar hide by report viewer asp.net
Programming
Web Development
13 Years Ago
by gsting_88
Ajax
calendar hide by report viewer asp.net. I cant select …
Re: ajax
Programming
Software Development
13 Years Ago
by jbisono
…, Actually if you are creating a website you can use
Ajax
no matter what is your server side code or IDE… you are using.
Ajax
is just javascript, which can be interpreted for any browser…. Now, there are a few ways that you can implement
Ajax
in ASP.NET. You should let us know what exactly…
Re: AJAX resources
Programming
Web Development
17 Years Ago
by ~s.o.s~
>
AJAX
something a novice can use? That depends on what you …/website resources that will help me learn
AJAX
? [URL="http://blog.joshuaeichorn.com/
ajax
-resources/"]Joshua's Blog[/URL], [URL…[/URL] site are good to go.
Ajax
book reviews [URL="http://ajaxian.com/archives/
ajax
-book-review-series"]here[/URL].
Re: Ajax to show or hide divs in a form
Programming
Web Development
15 Years Ago
by almostbob
Ajax
, I dont know how it works at all, reading this … things that work and dont work before I try any
ajax
in php I do something like[code=php]<input…]to preserve the fields values, is there something simliar in
AJAX
Re: ajax refresh??
Programming
Web Development
17 Years Ago
by ~s.o.s~
Ajax
is asynchronous. The time taken by the request to be …="http://www.ajaxtoolbox.com/"]library[/URL] for handling
Ajax
functionality since this can make you more productive and help… the logic instead of cleaning the mess left by your
Ajax
code.
Re: Ajax with Java
Programming
Software Development
17 Years Ago
by jwenting
AJAX
is a JavaScript technology, not Java. Of course you can implement the serverside components that spit out the content you need in Java using Servlets (and there are indeed some specialty
AJAX
libraries to make that easier).
Re: AJAX auto update depending on database value??
Programming
Web Development
15 Years Ago
by sergb
AJAX
allows you to send a full request to the server, …. The function that would be called periodically, will send an
AJAX
request to the server, and handle the response by updating… = get_price_by_id($id); echo $price; ?> [/code] For easy handling of
AJAX
requests (and many other benefits) take a look at the…
Re: AJAX Pagination
Programming
Web Development
14 Years Ago
by Protuberance
Ajax
onSuccess event - create Pager for newly created table.
Re: AJAX : Am i right with the concept?
Programming
Web Development
19 Years Ago
by Gary King
AJAX
is just easier to say than whatever you have to offer :) Anyways, get used to it - the term
AJAX
won't be going anywhere anytime soon :)
Re: AJAX problem
Programming
Web Development
16 Years Ago
by anton-shirikov
AJAX
doesn't work means that any time i run application …
Re: AJAX : Am i right with the concept?
Programming
Web Development
19 Years Ago
by Gary King
AJAX
is related to DHTML and Javascript. It goes in that forum. I moved this thread now.
Re: AJAX and SEO
Digital Media
Digital Marketing
Search Engine Strategies
18 Years Ago
by Dani
Ajax
is a great tool ... but like anything, you need to use it wisely. I guess the best advice I could give you here is use it when you think it will genuinely give an advantage / benefit to the site visitors, but not just for the sake of using it or necessarily for the "wow" factor.
Re: Ajax & PHP which is the best?
Programming
Web Development
14 Years Ago
by scrappedcola
Ajax
is a series of techniques to send data to the server from the client side. PHP is a server side language. There isn't a comparison. Using google.com will give you all the information you need on the two subjects. When you have more detailed questions perhaps you will get a more detailed answer.
Ajax help please...
Programming
Web Development
15 Years Ago
by ajithredsmoke
….Everything works fine except the second combo. Here's the
ajax
code.. [code=javascript]function selected() { //alert("entered in …;Microsoft.XMLHTTP"); } catch(e) { //explorer < 4 alert("
Ajax
is not supported by your browser"); } } } xmlHttp.onreadystatechange = function…
Re: ajax
Programming
Web Development
15 Years Ago
by FlashCreations
…'re looking for: [code=javascript] function getPopulation(country) {
ajax
= getAjax(); if(
ajax
) {
ajax
.onreadystatechange = function() { alert(country."'s population is &…quot;.
ajax
.responseText); }
ajax
.open("GET", "population.php?country=".country…
Ajax
Programming
Web Development
15 Years Ago
by RonnyProgrammer
Hello Everyone, I would like to ask about
AJAX
. I am a new web developer with quite good knowledge …. But i don't have any knowledge about
ajax
.i saw many
ajax
driven websites Can i please know what would be… a normal word or an example of
AJAX
. Is
ajax
a special coding or we can code it together…
Re: Ajax
Programming
Web Development
15 Years Ago
by samaru
…object, you have all HTTP request methods available. When
AJAX
first came out, it used just XML - the …com/category/languages/javascript/[/url] Some JavaScript frameworks make
AJAX
extremely easy to use. jQuery can make a GET…First book ([url]http://www.amazon.com/Head-First-
Ajax
-Rebecca-Riordan/dp/0596515782/ref=ntt_at_ep_dpi_1[/url]), as skfroi…
Ajax Help
Programming
Web Development
12 Years Ago
by godzab
…> <script type = "text/javascript"> function
ajax
() { var r; if(window.XMLHttpRequest) { r = new XMLHttpRequest(); }…; <input type = "submit" onclick="
ajax
();" > <div id="adiv">…
Re: Ajax help
Programming
Web Development
17 Years Ago
by Xavier2k
Hi manilodisan,
AJAX
is quite simple once you know how it works. Take a read of this tutorial and after about 5 minutes you should have enough knowledge to impliment
ajax
code into your script. [URL="http://www.w3schools.com/
ajax
/ajax_intro.asp"]
AJAX
Tutorial[/URL]
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC