Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dineshsprabu/3c202a345af5eedac83d28872748570a to your computer and use it in GitHub Desktop.
Save dineshsprabu/3c202a345af5eedac83d28872748570a to your computer and use it in GitHub Desktop.
[JQUERY] Perform an action only when element is Available
jQuery('element').livequery(function(){
//element available now.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment