I\'ve got a page with some questions and answers, the answers are collapsed by default. When they click the question I expand the hidden answer-div. The problem is that when
HTML:
like
JavaScript:
$('body').delegate('#like-post','click',function(e) { e.preventDefault(); ..... });