Advertisement
Guest User

Untitled

a guest
Sep 30th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. link = "http://www.google.com";
  2. doc.querySelectorAll('#courses_menu > ul > li > a'); // Apply on the link.
  3.  
  4. <iframe id="holder" style="display: none">
  5.  
  6. <script type="text/javascript">
  7. $("#holder").load("http://www.google.com",function () {
  8. $link = $("#holder").contents().find("#courses_menu > ul > li > a");
  9. });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement