Skip to content

Instantly share code, notes, and snippets.

@arakno
Created October 14, 2019 09:58
Show Gist options
  • Save arakno/30b2b4b0569fa64149d42a2f7aeda149 to your computer and use it in GitHub Desktop.
Save arakno/30b2b4b0569fa64149d42a2f7aeda149 to your computer and use it in GitHub Desktop.
check if element is present on DOM (jquery)
// https://gist.github.com/chrisjhoughton/7890303
$('.something').promise().done((self) => { console.log(self); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment