Codice PHP:
function showContent(){
        
alert(this.tagName);
        $(
this).next().slideDown('jswing');
    }
    $(
'h2').click(function(e) {
        var 
url = $('a'this).attr('href');
        $(
this).next().load(url''showContent);
        return 
false;
    }); 
fai tu