Skip to content

Instantly share code, notes, and snippets.

Created October 4, 2017 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f02d9e4cf0038fc1420643255dedc64b to your computer and use it in GitHub Desktop.
Save anonymous/f02d9e4cf0038fc1420643255dedc64b to your computer and use it in GitHub Desktop.
QAA Hide
document.addEventListener("turbolinks:load", function() {
$('.qaa-box').on('click', function() {
$('.answers-box').hide();
$(this).next().slideToggle(400);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment