$(function() {
$(document).on('click', '.post-buttons', function() {
$("form#" + $(this).attr('id')).slideDown("slow");
});
});