Skip to content

Instantly share code, notes, and snippets.

@felipeorlando
Created September 6, 2016 16:45
Show Gist options
  • Select an option

  • Save felipeorlando/373db94d1ecc719db20b2ed8846cd854 to your computer and use it in GitHub Desktop.

Select an option

Save felipeorlando/373db94d1ecc719db20b2ed8846cd854 to your computer and use it in GitHub Desktop.
;(function(){
var $accordion = $('.accordion'),
title = '.accordion .title',
$boxes = $accordion.find('.box');
$(document)
.on('click', title, console.log('yo!'))
;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment