This has been driving me nuts! I\'ve searched and tried a bunch of suggestions that seem like they should work, so I must be doing something foolish.
$(docum
This is the correct code:
$(document).ready( function(){ $('.trigger').click(function(){ var link = $(this).attr("href"); $('#target').load( link + ' body' ); return false; }); });
and it's better to have a basic html structure in target files like this:
Content