$(function () {
    $('.expander_comments').live('click', function() {
        $('.expanding_comments').toggle();
    });
});
