Paul Rajs

Paul Rajs

  • NA
  • 641
  • 146.8k

Jssor slider is not working in internet explorer 11

Aug 3 2018 1:52 AM
hi Developers ,
 
i am working on a project in asp.net ,
 
i am creating a jssor slider for image show. on page load first am binding all the images with Up and Down arrows. if i click the Up arrow means the image shoul change order by Up - +1 ascending. if i click the Down arrow means the image shoul change order by Down - -1 descending in that now Jssor slider is not working in internet explorer 11 , but is working all other web browser and mobiles .
 
i have tried and tired with google , but i did not got exact output .
 
i have no idea like problem is code or version or something else , how can i solve the problem etc
 
so please , if everyone know hhow to do that let me know to finish the task.
 
the following js files i am using in the page
 
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type='text/javascript' src="dist/js/jquery-ui-1.9.2.js"></script>
<script type="text/javascript" src="dist/js/readmore.js"></script>
<script type="text/javascript" src="dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="dist/js/bootstrap-select.js"></script>
<script type="text/javascript" src="dist/js/jquery.nicescroll.js"></script>
<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
<script type="text/javascript" src="js/waypoints.min.js"></script>
<script type="text/javascript" src="js/jssor.js"></script>
<script type="text/javascript" src="js/jssor.slider.js"></script>
<script type="text/javascript" src="js/js-two.js"></script>
 
thanking you
 
Paul.S
' man becomes what he think about '

Answers (1)