vendredi 2 janvier 2015

bootstrap popover not working due to file conflict due to add or remove of files


I am trying to add bootstrap popover on my page.


I have following code



$("#s1").popover({ placement: 'top' }).popover("show");


I have added following files to my page



<script src="Scripts/jquery-1.4.1-vsdoc.js" type="text/javascript"></script>
<script src="Scripts/jquery-1.4.1.js" type="text/javascript"></script>
<script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
<script src="Scripts/jquery-ui.js" type="text/javascript"></script>
<script src="Scripts/jquery-ui.min.js" type="text/javascript"></script>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<a href="vendor/bootstrap/css/bootstrap.css.map">vendor/bootstrap/css/bootstrap.css.map</a>
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="vendor/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" />
<a href="vendor/bootstrap/css/bootstrap-theme.css.map">vendor/bootstrap/css/bootstrap-theme.css.map</a>
<link href="vendor/bootstrap/css/bootstrap-theme.css" rel="stylesheet" type="text/css" />
<script src="vendor/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="vendor/bootstrap/js/bootstrap.js" type="text/javascript"></script>


It was working fine some time ago. But I am not sure maybe some files I added or removed but now it's not working. Any help will be appreciated. Thanks





Aucun commentaire:

Enregistrer un commentaire