t:{item:item}})
.done(function( data ) {
$(this.item).html( data );
}));
});
// utilise appl... more than one content panel to be open, don't use this. Usually it can be written with a few lines of jQuery instead, something like this:
<code javascript>
jQuery(document).ready(functio... (){
$('.accordion .head').click(function() {
$(this).next().toggle();
return false;
}).next().hide