Ajax: Introduction
Uploader Comments (gorilla3d)
Top Comments
-
excellent, thanks so much for doing this and all your screencasts, please continue as long as possible, and please...MORE AJAX
-
Thx, this was very helpfull, keep it up
All Comments (34)
-
pls give the code link
-
FIX YOUR LINKS! PLEASE!
-
For those interested in the IDE (text editor) he is using, it is Aptanta Studio. Google it. It is available on Linux distros, as well through the software centre. It is a very good and sexy IDE.
-
please can you copy and paste here the functions you are used in ajax, the links up there doesn't work :s
-
Very helpfull, but can you talk like depressed :S
-
There are two php files: country.php and state.php.
Country .php has country list fetched from database and state.php has state list fetched/retrieved from state.php. Through echo "select" and echo"option" method.
How to write a AJAX code so that when user click any country from drop down menu state drop down menu for that country populates again in drop down menu, which was previously not present. without th entire page getting refreshed...
-
What code editor are you using?
-
where i can get that 20 lines code.....
-
pleezz reply someone. Waths the editor he uses??
-
good job
I see. Good to know that it affects your SEO.
Search engine results won't matter though for just adding small dynamic elements to your page. So I mostly view Ajax as something for adding dynamic functionality to a page, not loading pages within pages.
For example, on YouTube when you click the "Playlists" link below the video and suddenly an area with a drop-down menu appears... that's Ajax, right?
QuantumAnomaly 2 years ago
Correct, the playlist is "ajax" . As far as SEO google may still cache ajax content however if its not loaded when the rest of the page is there i.e have to click something first google wont find it
gorilla3d 2 years ago
Could you explain why this works in FF but not in IE? Something about ActiveX? and does it help to put the js in the body?
thetawaves48 2 years ago
Yeah an issue I overlooked it wont work in ie6 maybe it works in ie7. I've rewritten it so it works in both I'll post it up.
gorilla3d 2 years ago
Ok I've added the javascript ajax.js to work in both IE and Firefox
gorilla3d 2 years ago
what plugins for eclipse are you using?
MikeyLopez 3 years ago
Aptana
gorilla3d 3 years ago