An open API service indexing awesome lists of open source software.

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

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

});
}

```