This is working when using images:
$("#div).attr('onClick', 'return hs.expand(this)');
This is not when using ajaxed content:
$("#div").attr('onClick', 'return hs.htmlExpand(this, { objectType: 'ajax'} )');
Probably there is something wrong with the syntax.