homeASCIIcasts

Episodes tagged with “ajax”

  1. 246

    AJAX的历史记录状态 Other translations: En Es

    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

  2. 205

    Unobtrusive JavaScript Other translations: En Es De It

    Rails 3 makes great use of unobtrusive JavaScript, helping keep content and behaviour separate.

    Tags: rails-30 views ajax

  3. 175

    AJAX浏览记录和书签 Other translations: En

    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.

    Tags: ajax plugins

  4. 174

    用AJAX进行分页 Other translations: En

    Use jQuery to add unobtrusive JavaScript links to a paginated list.

    Tags: ajax views

  5. 169

    动态页面缓存 Other translations: En It

    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

  6. 136

    jQuery Other translations: En It

    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