Questions tagged as 'twitter-bootstrap'

2
answers

Modal Bootstrap 4: How to call another within a modal

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...
asked by 18.06.2018 / 18:51
1
answer

Button not triggering function in JavaScript

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...
asked by 15.06.2018 / 22:37
1
answer

How to align image of the Bootstrap carousel?

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...
asked by 16.05.2018 / 18:36
1
answer

Doubt - Site for Mobile Device

How can I make the Server automatically identify that the User is being used by a Mobile Device and send it to a mobile site     
asked by 14.05.2018 / 16:19
2
answers

NAVBAR transparent

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...
asked by 17.06.2018 / 05:07
2
answers

Fill modal Bootstrap with value of a div

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...
asked by 01.05.2018 / 00:48
1
answer

How to leave objects side-by-side coming from * ngFor?

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...
asked by 04.05.2018 / 16:25
1
answer

Icons equal to those of the boostrap

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,     
asked by 04.05.2018 / 02:43
1
answer

Success message when registering in DB

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...
asked by 04.05.2018 / 14:42
2
answers

Button to delete events FullCalendar - Celke

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...
asked by 11.04.2018 / 14:44