Trước khi tìm hiểu về Ajax, chúng ta cùng xem xét quá trình phát triển các công nghệ Web, nguyên nhân và hoàn cảnh xuất hiện công nghệ Ajax.
Quá trình phát triển các công nghệ trong ứng dụng Web
Ban đầu, các trang Web là tĩnh; người dùng gửi yêu cầu một [...]
Dưới đây là một số ví dụ về Ajax mình tổng hợp được trên internet nay upload lên đây chia sẻ cùng mọi người.Để download bạn click vào link download phía dưới đây:
Download code here
a2a_linkname="Một số ví dụ về Ajax";a2a_linkurl="http://blog.thegioiwebsite.net/some-ajax-example/";
What to Do When You Get the "Ajax Call" from Your Boss
I admit it, I've never been a huge fan of JavaScript. I was always really glad that About had a JavaScript Guide so that I didn't have to cover it on my site. I can read and write JavaScript, but until lately, I had [...]
When you use Ajax to access the server without reloading the web page you have two choices on how to pass the information for the request to the server. These two options are to use GET or POST.
These are the same two options that you have when passing requests to the server to load a [...]
One of the biggest advantages that Ajax has in web pages is that it can access information on the server without having to reload the web page. This means that to retrieve or update one small piece of information only that information needs to be passed to and from the server instead of having to [...]
« Trang trước