Questions tagged as 'bootstrap-3'

1
answer

Modal Box - Where to start? (example link)

I need to make a modal box like this one in the example Modal Example . Can I use Bootstrap .js to do this?     
asked by 26.11.2015 / 12:58
1
answer

Align the top of divs (Bootstrap)

Hello, I have a page where your blocks (blue and red border) (of different size) are with the top uneven, how could you solve this problem? Picture: RelatedHTMLcode:<divclass="row"> <div id="conteudo" class="col-md-12...
asked by 22.01.2015 / 15:32
1
answer

When you open Popover [bootstrap] the screen loses focus and goes to the top

I have a query screen where I feed an html table with the database records. In one of the columns, of each line, there are some options like edit, delete, add photos and another option that opens the Popover. This Popover is Bootstrap 3 and i...
asked by 13.04.2015 / 18:34
1
answer

How to fix an HTML table without resizing

I have an event calendar where the user clicks on a date and opens a modal to do the registration. Butwhenascheduleisincluded,itlookslikethis: Notethaton03,despitehavinglimitedthecharacterswithsubstr()inPHPandplacedwidth:50px,itpushedtoanoth...
asked by 13.10.2018 / 16:52
1
answer

How to implement a bootstrap menu in an Angular project?

I put the following code and it did not work; <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="#">WebSiteName</a>...
asked by 23.03.2018 / 16:54
2
answers

Bootstrap: sort by column instead of row

I have a layout that has the following template: [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] And I would need both desktop and mobile to look like this: [1] [5] [9] [2] [6] [10] [3] [7] [11] [...
asked by 31.01.2018 / 18:06
2
answers

How to generate event from marking or clearing checkbox with jquery / javascript

I'm trying to generate events from user action in a checkbox list. The idea is simple: Manage the appearance of "divs" content on the screen from the ".toogle ()" jquery method in checkbox in html. The method works for other input elements, s...
asked by 18.02.2018 / 16:31
1
answer

Table in html with excel classes

<!DOCTYPE html> <html> <head> </head> <body> <table> <tr> <th>Company</th> <th>Contact</th> <th>Country</th> </tr> <tr>...
asked by 01.12.2017 / 12:30
1
answer

Bootstrap Hamburger Menu

My application has a dashboard with a left side column, which is where the menu is. When this page is opened on smaller screens the column disappears (it already happens), except that I need instead the Hamburger menu to appear so that the user...
asked by 10.11.2017 / 12:24
1
answer

Does not catch events after cloning - jquery bootstrap

I'm using the code below to clone the accordion. But when trying to expand the accordion that was cloned the captured event fires the parent accordion. I know the clone event is limited but how do I resolve this problem? <div class="contain...
asked by 30.11.2017 / 15:46