I do not know what I have to confirm to show me with an accent what I put in the nonSelectedText
onInitialized: function($select, $container) {
},
enableHTML: false,
buttonClass: 'btn btn-default',...
I want to put a link to Facebook that opens outside the website but it does not work, only when it collapses for the phone version works. I do not know much about bootstrap. Thanks.
...
I have a question, I am currently using Bootstrap 4 and Jquery 3.3.1 the fact is that I need to add to several forms the power to choose dates but not doing typical <input type="date"/> since the format that gives me by default is n...
I have the following code
<li class="nav-item dropdown">
<a title="Ver Mensualidades" class="nav-link dropdown-toggle" href="mensualidades.php" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria...
I am creating a page of html and I want it to have two columns with 13 accordions each but I do not want more than one to be seen at the same time in each column, only the left works as I want, the right allows they all look and it seems...
I have an image for a background of the body on my site and I want to apply a bit of blur, it turns out that when I apply the blur property I blur all the div and my container, but not the body.
body{
background-image: url("ruta");...
This is my case I hope you can help me
I have a table which is filled with data from mysql, each row has a button that displays a modal window which carries the data of the row on which the button was clicked. Everything works fine except tha...
Good morning, I have the following code:
<div>
<p class="mt-5 mb-3 text-black">¿No tienes cuenta?</p>
<p class=""><a href="cuenta.html" target="_blank">Crear cuenta</a></p>
</div>
I ne...
I've downloaded a carousel of bootstrap images ( link ) and I'm trying to see what device I see it on (pc, tablet or mobile) are hiding images. I have left 3 images in the carousel and when I go to tablet I should leave 2 images active and hide...