Questions tagged as 'bootstrap-3'

1
answer

How to use, install, free template for BootStrap 3

I have a tremendous doubt about this type of theme, I'm starting to work with ASP.NET MVC, so I came across BootStrap, so I started searching for free themes and we have several options available. One of the sites I found was: BootsWatch...
asked by 24.10.2016 / 17:43
2
answers

Alert bootstrap on ajax call

I have an ajax that deletes an image, after the deletion, I would like the page to reload and display a "Deleted successfully!" message. with alert boostratp. I already researched the forums and did not think it would help me. jQuery(document)...
asked by 25.09.2016 / 01:51
2
answers

Get Input Text values within modal-body

Expensive; How to get INPUT TEXT values and direct them to Body-Modal? I have a form with multiple inputs disabled, so the user does not edit. However, by clicking the button that calls MOdal, I wanted the modal to appear in this modal....
asked by 31.08.2016 / 01:43
1
answer

Problems with site fullpage

I'm having the following problem I'm developing a website that uses a plugin called jquery full page and Bootstrap in the desktop version it works normally however in the mobile version it's all "Bugado" it's like you do not recognize the g...
asked by 01.09.2016 / 21:03
1
answer

Still images on the side with content only scrolling

Next I need to make the side images of the agency menu of this site show all without having to use the scroll. when I click on the images it appears a text speaking of each one realize that when they roll the page the images roll together I wo...
asked by 15.07.2016 / 19:18
1
answer

Grid problems in Bootstrap version 3

I'm having grid problems in my html with bootstrap it should be like this butinmybrowseritlookslikethis: HTML:<header><divclass="container"> <div class="row"> <div class="col-md-6"> <...
asked by 18.06.2016 / 05:38
2
answers

I need a button next to a select input, how to do it?

I need a button next to a select input. My code: <div class="form-group col-md-2"> <label for="inpIdPortador">ID Portador:</label> <sel...
asked by 08.06.2016 / 20:48
1
answer

Bootstrap table on mobile

I have a rather large table I used this Bootstrap code. <div class="table-responsive"> <table class="table"> ... </table> </div> But in mobile only the first 3 columns appear and hides the rest. can I change to show...
asked by 12.07.2016 / 00:27
1
answer

Select checkboxes that come from the database in the edit form

Hello, I have a user editing form that has some chekbox with names of cities that should be selected when the form is opened. Well, I'm selecting in the database the cities the user being edited has access to and making a comparison in the &...
asked by 13.07.2016 / 19:37
2
answers

How to add a class to a bootstrap link

I'm using the bootstrap and I have a menu, what I wanted was that when I clicked on a link from that menu, I'd display the page and leave the page that the user selected on the menu. I tried to assign a class using the .addClass() fu...
asked by 11.04.2016 / 21:39