Home > Net >  i am using a slider but when i code it. tooltip is not moving and hover is also not working
i am using a slider but when i code it. tooltip is not moving and hover is also not working

Time:12-31

I am using this website enter image description here

to this:

<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/bootstrap-slider.min.js" integrity="sha512-f0VlzJbcEB6KiW8ZVtL 5HWPDyW1 nJEjguZ5IVnSQkvZbwBt2RfCBY0CBO1PsMAqxxrG4Di6TfsCPP3ZRwKpA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/css/bootstrap-slider.min.css" integrity="sha512-3q8fi8M0VS X/3n64Ndpp6Bit7oXSiyCnzmlx6IDBLGlY5euFySyJ46RUlqIVs0DPCGOypqP8IRk/EyPvU28mQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />

If it's working, means the problem is the file's path.

bootstrap-slider

CodePudding user response:

demo site slider version is 6.0.4 and it's outdated

recent version is 11 and it support only bootstrap 4

more information: https://github.com/seiyria/bootstrap-slider

  • Related