qlik-isolated
Version:
Load Qlik Sense's qlik.js in a isolated non-conflicting way and embed Qlik Sense objects
28 lines (25 loc) • 1.14 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>semi-chord demo</title>
<meta name="description" content="demo page for semi-chord">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--jquery-->
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="qlik-isolated.js"></script>
</head>
<body>
<div id="one" style="width:400px; height: 300px;"></div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>