How is it possible to change the content of this div, when one of the LINKS is clicked?
$('a').click(function(){ $('#content-container').html('My content here :-)'); });