Galera ... I have a modal register. Being that I would like to call another modal, still being inside it. That is ... It would be superimposed on my modal of registration.
I'm using the code to call my modal in Bootstrap 4:
<button class...
The close button works fine while the submit button does not trigger the routine at all.
$("#incluirItensNoGrid").on('click', function(){
alert("Hello World!");
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jq...
I would like to know how do I centralize the images (or the slider) of the carousel in bootstrap 4?
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- The slideshow -->
<div class="carousel-inner cent...
Personal a half-beast doubt,
I'm doing a landing page and wanted to use a navbar-style from that site here:
link
When it is at the top of the page it becomes completely transparent and as soon as the page goes down it already gains a...
I have a table in which the loader value inside it through PHP needs to be in the value of some inputs that are in a modal window of the boostrap. I've tried several solutions, but it does not work.
When I click on the table row, it loads the mo...
I have this situation:
<div class="row">
<div class="col-lg-12">
<!-- 1 Primeiro cartão, 1° objeto -->
<div class="card borda-card" *ngFor="let evento of eventos">
<a href="/assets/img/2.jpg" style="b...
I would like to know how I can get an icon of my own, put it on the page, but if I want to change the color or size of the icon, I can do that ...
For example, in the hover of a link, it changes color.
att,
The script below worked with the older version of js and Bootstrap, but after I started using the latest one it stopped ... I use it to return the form message!
If someone can help me, I understand little of json and js ...
// Quando carregado...
In the code below, when I click on "Delete event" it gives an error that you need to select event (event ID).
Codewhereeventsareloaded:eventClick:function(event){$('#visualizar#id').text(event.id);$('#visualizar#id').val(event.id);$('#visual...