Skip to content

Instantly share code, notes, and snippets.

@jasonblanchard
Last active December 20, 2015 15:09
Show Gist options
  • Save jasonblanchard/6151798 to your computer and use it in GitHub Desktop.
Save jasonblanchard/6151798 to your computer and use it in GitHub Desktop.
//= require jquery
//= require jquery.ui.effect.all
//= require jquery_ujs
//= require foundation
//= require turbolinks
//= require_tree .
$(document).foundation();
$(document).on('click.ideaEvents', 'a.new-idea', function() {
$('.new-idea-form').slideToggle('fast');
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment