snapappointments / bootstrap-select

:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
https://developer.snapappointments.com/bootstrap-select/
MIT License
9.85k stars 2.72k forks source link

bootstrap-select tooltip in ajax setup shows only once #2631

Open amarg26 opened 3 years ago

amarg26 commented 3 years ago

stackoverfflow

`

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.18/css/bootstrap-select.css" />

<script src="./js/jquery-3.5.1.min.js"></script>
<script src="./js/jquery-ui-1.12.1.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.18/js/bootstrap-select.js"></script>`
NicolasCARPi commented 3 years ago

Please provide a codepen.io or similar minimal test case with steps to reproduce the issue, what you expect and what happens. Pasting a SO link is not a proper bug report.