https://github.com/botstudios/iframesourcejquery
iframe a website with jquery
https://github.com/botstudios/iframesourcejquery
botstudios css html iframe jquery
Last synced: 10 months ago
JSON representation
iframe a website with jquery
- Host: GitHub
- URL: https://github.com/botstudios/iframesourcejquery
- Owner: BotStudios
- License: mit
- Created: 2021-01-23T09:18:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T12:52:16.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T06:49:23.191Z (12 months ago)
- Topics: botstudios, css, html, iframe, jquery
- Language: HTML
- Homepage: https://studios.js.org
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IframeSourceJquery
now you don't need iframe
```
function docs() {
$.get('SITE_LINK', function(data) {
$('#div').html(data);
document.getElementById("docs").innerHTML = data
});
}
```