Questions tagged as 'bootstrap-3'

1
answer

AJAX Request in Bootstrap

Hello I need to open an external page through an AJAX request in my ROW in Bootstrap, but I'm not having success, I'm following the tutorial below, but it's not opening my page in the Bootstrap ROW, like I can do ? Are there any native Bootst...
asked by 04.08.2017 / 19:38
1
answer

Aligning images inside Panel Bootstrap

I have the following Panel : <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title">Header</h3> </div> <div class="panel-body">...
asked by 21.06.2017 / 03:37
1
answer

Put div next to div

Well, I have the div items and the div items2, which are both inserted by 1 div. What I wanted to do was to align the div items and the div items2, since the div items2 always stays below the other. What's happening: link Code: &...
asked by 29.05.2017 / 16:16
1
answer

base_url of Codeigniter 3 changing css call link and js

Good afternoon, everyone! I'm making a site with an inscription page that uses codeigniter and bootstrap, but I'm having a problem: CSS and JS load normally, but when I sign up and redirect the page to appear a success message, all CSS and JS...
asked by 17.05.2017 / 19:30
3
answers

How do I reload only in modal window? [closed]

I'm using modal Bootstrap and wanted to close and open the new modal information to be reset. I have form within modal, containing select , textarea , input . But when opening the modal of the bottom line, if the user...
asked by 17.05.2017 / 04:54
1
answer

Div entire screen with Bootstrap?

I'm trying to create a div in the whole screen that will serve as a loading , but I'm having a problem because in <header> I have a navbar that I set to navbar-fixed-top and div covers this area of...
asked by 13.05.2017 / 18:14
3
answers

Javascript set value in Modal Bootstrap

I have the following javascript code: function chamarModal(valor) { $('span.nome').text(valor); $('#pagamento-modal').modal(); } How do I set this content of the valor variable in my modal bootstrap? I tried the above cod...
asked by 22.03.2017 / 03:10
1
answer

How to leave the last column fixed with horizontal scroolbar?

I'm using a simple plugin: link How can I leave last column fixed? Here is an example of a fixed column: link I'm trying to get the last column fixed, but nothing is right. Follow the code in jsfiddle: link Follow the code: &...
asked by 19.03.2017 / 07:04
1
answer

How do I undo a height assigned to a div?

I'm using bootstrap and this is my css: .painel-altura{ height: 540px; } @media (min-width: 630px) { } I would like to undo this height and leave it the size before 540px. I'm trying to use @media but I do not know how to do it! Withi...
asked by 07.02.2017 / 20:43
1
answer

Ajax canceling onblur and onfocus events

I'm getting a call to an ajax (Bootstrap 3 + Html + PHP), what happens is that by putting the $ .ajax function, simply the events do not occur, if I put an alert there events happen normally: Has anyone ever gone through this? is it some inco...
asked by 13.01.2017 / 00:36