Skip to content

Instantly share code, notes, and snippets.

@tevashov
Last active October 28, 2022 07:26
Show Gist options
  • Select an option

  • Save tevashov/5172444 to your computer and use it in GitHub Desktop.

Select an option

Save tevashov/5172444 to your computer and use it in GitHub Desktop.
Check some element for existing #jQuery
if ($(selector).length) {
// your code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment