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
4 weeks 1 day ago
5 weeks 3 days ago
6 weeks 4 days ago
6 weeks 4 days ago
6 weeks 6 days ago
7 weeks 2 days ago
7 weeks 2 days ago
9 weeks 5 days ago
10 weeks 14 hours ago
10 weeks 16 hours ago