$('iframe').load( function() {
$('iframe').contents().find("head")
.append($("<style type='text/css'> .my-class{display:none;} </style>"));
});
Sunday, 6 January 2019
How To - Get Iframe Elements and write css using jquery
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment