Skip to content

Instantly share code, notes, and snippets.

@procload
Created November 23, 2011 20:09
Show Gist options
  • Save procload/1389757 to your computer and use it in GitHub Desktop.
Save procload/1389757 to your computer and use it in GitHub Desktop.
$('.new_reply').live "ajax:success", (event, data, status, xhr) ->
form = $('#' + BB.previously_submitted_request_form)
form.find('input[type=text]').val('')
BB.previously_submitted_request_form = $(this).attr('id')
button = $(this).find('button div')
button.hide()
form.parent().parent().before(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment