From the "good to know" deptartment: a new jQuery plugin for converting existing links on a page to AJAX load and submit requests is available: Ajaxify.
Some examples:
//The easiest way: binds "click" event to existing "href" attribute
//and loads it into the portion of the page specified by the "target"
//attribute
$("#some_id").ajaxify();
//With options
$('#some_id').ajaxify({
link:'example.php?action=options&ajax=true',
target: '#container',
loading_img:'images/orange_loading.gif',
title:'Setting up options',
method:'POST'
});
The Ajaxify plug-in also supports partial loads and forms. A demo page is available here.
Delicious
Digg
StumbleUpon
Propeller
Reddit
Magnoliacom
Newsvine
Furl
Facebook
Google
Yahoo
Technorati
Icerocket
Recent comments
14 weeks 5 days ago
15 weeks 6 days ago
16 weeks 3 days ago
16 weeks 3 days ago
16 weeks 6 days ago
16 weeks 6 days ago
28 weeks 16 hours ago
28 weeks 6 days ago
31 weeks 1 day ago
32 weeks 3 days ago