Skip to content

Instantly share code, notes, and snippets.

@RudolfHattenkofer
Created September 28, 2013 13:41
Show Gist options
  • Select an option

  • Save RudolfHattenkofer/6742189 to your computer and use it in GitHub Desktop.

Select an option

Save RudolfHattenkofer/6742189 to your computer and use it in GitHub Desktop.
"Distance" between two elements in the DOM.
$node.closest( $target ).length
<node>
<target></target>
</node>
<!-- => 0 -->
<node_target></node_target>
<!-- => 1 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment