Ok guys, I have edited the question so that you can understand. I have 10 images and their respective name in paragraph. So, you have 10 images and 10 paragraphs. As the images
I think this is what you want:
$(document).ready (function() { $('#image1').click(function() { $(this).hide('slow'); $('#image2').hide('slow'); $('#div').load(page.html'); }); });