Understanding and installing jQueryReading data with jQuery

→ api.jquery.com/category/ajax

$('#update').load('data.txt');
$('.update:first').load('data.txt');
$('.update:even').load('data.txt');