Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Internet is required in server where qliksense is installed to access below
https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js
https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js
Getting below error
code written in HTML:
<div class="col-xs-12 col-sm-12 col-md-2 " id="QV011" style="height:55px;">
<div class="dropdown" style="padding-top: 40px;">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
List
<span class="caret"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
</ul>
</div>
</div>
Above code is written to create drop down list in qliksense Mashup
Hi,
Try with this,
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
Regards,
After replacing link same error coming
If your users do not have access to internet you need to copy the files, put them on the server and update the links in the HTML file.
Hope this helps
Erik Wetterberg
@Erik Kindly explain your solution.
As per my understanding of your solution I made below changes:
replaced:<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
Added:<script type="text/javascript" src="D:\jquery-3.2.1.min.js"></script>
Getting error : not allowed to load local resources.