Questions tagged as 'bootstrap-3'

2
answers

Create Responsive Image Carousel in Bootstrap

I'm trying to create a carousel of images with bootstrap and I'd like it to be responsive. I already managed to be part of this carousel, but I still have to understand the size of the images. Below is my code: <div id="meuSlider" class=...
asked by 05.03.2016 / 03:44
1
answer

How to load the information inside the modal (bootstrap 3.3.6)?

I'm wanting that in modal, after clicking on the option view, it loads the information. However, it only loads ID 1 from the table, regardless of which table item I want to display. It always brings the same information. Below is the code for ho...
asked by 15.01.2016 / 13:05
1
answer

Send data from one modal to another modal

I have a modal called details , I have the following data in it: <input type="text" class="form-control" id="id" name="id" required> <input type="text" class="form-control" id="nome" name="nome" required> That...
asked by 14.12.2015 / 19:22
1
answer

How to limit the minimum screen size?

I'm working with Bootstrap. What I want is for the user to be able to reduce the screen to 700px and from the moment it has 700px the screen does not decrease any more. It can be via Jquery, JavaScript, in JAVA itself or just by CSS, any w...
asked by 21.08.2015 / 19:09
2
answers

Bootstrap 3 Datetimepicker

Srs., I have had difficulty understanding the documentation for the Bootstrap 3 Datepicker v4 . I could not figure out how to fire the event dp.show() for a specific element, $("#txtDataHora_01") for example. I need help w...
asked by 04.07.2015 / 08:53
1
answer

Vertical menu with filter within the sub-menu

I would like to make a filter within the sub-menu, filtering the menu itself as you type is going to display the related ones. The idea would be similar to this link . At the end of my menu has the sub-menu called store or adm. Example:...
asked by 06.08.2015 / 18:55
2
answers

Input date ta in English

I made an input date from the bootstrap and it is in English, is there any way to get it in pt-br? HTML <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="css/bootstrap-datetimepicker.min.css"...
asked by 07.02.2018 / 17:19
0
answers

Tabs within modal returning data

I am creating a page that displays the data that has been registered and within this data I have the option to View, Edit, Quit and Delete the record. In this case, the option to View, Edit and End is triggered by the same button, where the u...
asked by 29.10.2017 / 23:08
0
answers

Is this a good way to instantiate a modal without leaving residues in html?

The initial phase of the project I'm working on is almost over, and I'm adjusting things done in a not very well done way. One of these things was that I left two modal elements of residue in my% base% to use them in the response of requests,...
asked by 26.10.2017 / 19:51
1
answer

Popover inside a table does not work

I'm trying to put a popover within a row of a table that is dynamically mounted according to the data coming from the database. I tested out of the table and it worked, but inside the table line did not. My Js are like this $(document).rea...
asked by 03.10.2017 / 13:29