Guest User

Untitled

a guest
Jun 14th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. window.opener.document.getElementById
  2.  
  3. function getElementsByClassName(node,classname) {
  4. if (node.getElementsByClassName)
  5. return node.getElementsByClassName(classname);
  6. else {
  7. // your custom function
  8. }
  9. }
Add Comment
Please, Sign In to add comment