Episodes tagged with “ajax”
-
246
AJAX的历史记录状态 Other translations:
The new pushState function in JavaScript allows us to change the full URL with AJAX. This means the back button, reloading, and bookmark support can be easily added.
Tags: ajax
-
205
Unobtrusive JavaScript Other translations:
Rails 3 makes great use of unobtrusive JavaScript, helping keep content and behaviour separate.
-
175
AJAX浏览记录和书签 Other translations:
AJAX-enabled sites do not usually play well with bookmarking or the brower's page history. In this episode we fix that with a simple jQuery plugin.
-
174
用AJAX进行分页 Other translations:
Use jQuery to add unobtrusive JavaScript links to a paginated list.
-
169
动态页面缓存 Other translations:
Use a combination of page caching and JavaScript to create a fast cached page that can still be updated dynamically.
Tags: caching performance ajax administration
-
136
jQuery Other translations:
In this episode we recreate the AJAX form submission we did back in episode 43 but with jQuery instead of Prototype and RJS.
Tags: ajax controllers views
