Skip to content

Instantly share code, notes, and snippets.

@tytskyi
Last active January 3, 2016 03:29
Show Gist options
  • Save tytskyi/8402514 to your computer and use it in GitHub Desktop.
Save tytskyi/8402514 to your computer and use it in GitHub Desktop.
$.expr[':'].closest = function (elem, index, match) {
return $(elem).closest(match[3]).length;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment