Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

IframeSourceJquery

now you don't need iframe

<body onload="docs()">
<div id="docs"></div>
<script>
function docs() {
$.get('SITE_LINK', function(data) {
$('#div').html(data);
document.getElementById("docs").innerHTML = data
});
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</body>

About

iframe a website with jquery

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages