Skip to content

Instantly share code, notes, and snippets.

@muskie9
Last active October 29, 2015 06:29
Show Gist options
  • Save muskie9/ddbf7ca5ce9ca46baeeb to your computer and use it in GitHub Desktop.
Save muskie9/ddbf7ca5ce9ca46baeeb to your computer and use it in GitHub Desktop.
(function($) {
$(.cms-container).entwine(function($) {
onmatch: function(){
alert('Yay!!!');
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment