$(".conversation-add-emoticon").popover({
        html: true,
        container: 'body',
        content: function () {
            return $("#conversation-emoticon-list > div").html();