Created
October 14, 2019 09:58
-
-
Save arakno/30b2b4b0569fa64149d42a2f7aeda149 to your computer and use it in GitHub Desktop.
check if element is present on DOM (jquery)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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