Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. jQuery( document ).ready(function() {
  2.   
  3.   
  4.   jQuery(function(){
  5.     jQuery('iframe').attr('id','buttonsup');
  6.   });
  7.   
  8.   
  9. var jQueryhead = jQuery("iframe").contents().find("head");                
  10. jQueryhead.append(jQuery("<link/>",
  11.     { rel: "stylesheet", href: "file://6am/style.css", type: "text/css" }));
  12.     
  13.     
  14.     
  15.     
  16. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement