I would like to show a text when user clicks on an icon. I have the following code block, but it is wrong. Can someone correct me:
<a class="icon-question-sign help_popup"
onclick="javascript:$('#callback_help').toggle('fast', function() {
$('#callback_help').html('xx');
})">
</a>