// Realistic
$('#volcano').show('explode');
$('.flights').delay(800).delay(800).delay(800).remove();
// Optimistic
$('.flights').replaceWith('trains, busses, boats');
$('.complaints').trigger('change');
Monday, May 24, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment