Advertisement
Warfront1

Untitled

Aug 26th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. var jq = document.createElement('script');
  2. jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
  3. document.getElementsByTagName('head')[0].appendChild(jq);
  4. var counter = 0;
  5. $('.clips').children().each(function( index, element ) {
  6. if(counter<3){
  7. console.log( $($(element).children()[0]).attr("href"));
  8. }
  9. counter = counter + 1;
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement