init commit
This commit is contained in:
55
twitch_extension_delete/live/index.html
Normal file
55
twitch_extension_delete/live/index.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>jQuery load() Demo</title>
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
||||
<script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--<div id="box">-->
|
||||
<!-- <h2>Click button to load new content inside DIV box</h2>-->
|
||||
<!--</div>-->
|
||||
<!--<button type="button">Load Content</button>-->
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
// $('html').load("https://zinomedia.de/wp_hq");
|
||||
|
||||
$('body').load("https://zinomedia.de/wp_hq/pkrstarsbotextension");
|
||||
|
||||
// $("button").click(function() {
|
||||
// $('body').load('https://zinomedia.de/wp_hq/pkrstarsbot/index.php body');
|
||||
|
||||
// $('body').load("https://zinomedia.de/wp_hq/pkrstarsbotextension");
|
||||
// $.get("https://zinomedia.de/wp_hq/pkrstarsbot body", function(data) {
|
||||
// $("body").replaceWith(data);
|
||||
// });
|
||||
|
||||
// $.ajax({
|
||||
// url: "https://zinomedia.de/wp_hq/pkrstarsbot",
|
||||
// success: function(data) {
|
||||
// $(data).contents().appendTo("body");
|
||||
// }
|
||||
// });
|
||||
|
||||
// $.get('https://zinomedia.de/pokerstarsbot/', {}, function(data) {
|
||||
// var data = data.replace('<body', '<body><div id="body"').replace('</body>', '</div></body>');
|
||||
// var body = $(data).filter('#body');
|
||||
// //... do what you want with body ...
|
||||
// });
|
||||
|
||||
|
||||
// });
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user