Advertisement
Guest User

Untitled

a guest
Sep 15th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).on('hidden.bs.modal', '#comment_modal', function(e, data, status, xhr) {
  2.   $.ajax({
  3.     type: "post",
  4.     url: "comments/reload_comment_form"
  5.     dataType: "html",
  6.     success: function(e, data, response, xhr) {
  7.       console.log('hidden sukces');
  8.       $('#comment_form').html(e);
  9.     }
  10.   });
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement