Skip to content

Instantly share code, notes, and snippets.

@crecotun
Created June 1, 2015 06:14
Show Gist options
  • Save crecotun/999a7013449bd88997d7 to your computer and use it in GitHub Desktop.
Save crecotun/999a7013449bd88997d7 to your computer and use it in GitHub Desktop.
// js node
(function($node) {
if ($node.length) {
$node.el = $('.node--el', $node.el);
$node.el.show();
}
})( $('.node') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment