Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View victorpavlenko's full-sized avatar
🎯
Focusing

React victorpavlenko

🎯
Focusing
View GitHub Profile
function initViewPostEvents() {
var addedCommentCount = 0;
var $postCommentMessage = $('#postCommentMessage');
$postCommentMessage.autosize();
$('.clearTextArea').off('click').on('click', function () {
$postCommentMessage.val('').trigger('autosize.resize');
});
$('#submitPostComment').off('click').on('click', function () {