Skip to content

Instantly share code, notes, and snippets.

@jordanhudgens
Created March 8, 2018 20:08
Show Gist options
  • Save jordanhudgens/951fb297a7543bfc9628da06deb14bcb to your computer and use it in GitHub Desktop.
Save jordanhudgens/951fb297a7543bfc9628da06deb14bcb to your computer and use it in GitHub Desktop.
ready = ->
$('#toggle-btn').click ->
$('.container').fadeOut()
return
$(document).ready ready
$(document).on 'turbolinks:load', ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment