Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dineshprabu-freshdesk/8dd0be88ce90d473dceb5c60c1859ed3 to your computer and use it in GitHub Desktop.
Save dineshprabu-freshdesk/8dd0be88ce90d473dceb5c60c1859ed3 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