Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadnaser/6cb3d361d47efbf987fb to your computer and use it in GitHub Desktop.
Save ahmadnaser/6cb3d361d47efbf987fb to your computer and use it in GitHub Desktop.
Script To Execute Javascript after ajax loaded html
//By Ahmadnaser , get the content and execute the script in it
//console.log(output);
$('#' + AAPL_content).find("script").each(function(i) {
eval($(this).text());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment