Skip to content

Instantly share code, notes, and snippets.

function hab_hide(el) {
$(arr[el]).parent().parent().children('.reply_comments').hide()
}
function hab_show(el) {
$(arr[el]).parent().parent().children('.reply_comments').show()
}
var arr = $('.comment_item .comment_body .info');
for(i=0; i < arr.length; i++) $(arr[i]).children('.clear').before(