javascript pour recharger django partiel

// Where tag_cloud is the id of the Div you are reloading (Note the space before the 2nd #)
$('#tag_cloud').load(' #tag_cloud', function(){$(this).children().unwrap()})
Trained Tuna