Questions tagged as 'bootstrap'

1
answer

Hide Carrousel images when opening on mobile and show others - Bootstrap 4

I'm using the Carrousel component of bootstrap 4. My intention is to make the slide show with original images when opened in the PC and Tablet. When you open it on your phone, open another lighter image.    Carrousel: link       Gr...
asked by 20.07.2017 / 16:15
1
answer

Month and Year Datepicker

Following response from this # <script>$(".datepicker").datepicker( { format: "mm-yyyy", viewMode: "months", minViewMode: "months" }); I'm trying to put only month and calendar year 05/2017 Reference: link     
asked by 03.05.2017 / 14:08
1
answer

Sub-tables in Bootstrap

I am creating a conventional table, which when clicked on the group name it shows a sub-table containing the same columns and refactoring the results: NORMAL STATUS: GRUPOS QUANTIDADE | GA | | 1000 | | GB | | 1600 | WHEN...
asked by 22.05.2017 / 16:59
1
answer

Carousel Boostrap

Hello. I'm trying to make a carousel for the first time using Bootstrap. The carousel is only in the first image, it does not change automatically or when I click the side buttons. HTML: <!DOCTYPE html> <html> <head>...
asked by 28.04.2017 / 22:18
1
answer

Remove bottom row from jquery tab

I'm trying to remove the bottom line from a tab, but I still can not get it I followed this tutorial and nothing. When placing my code, the line cuts the text <html lang="en"> <head> <meta charset="utf-8">...
asked by 25.05.2017 / 18:13
1
answer

Spring-Boot + Thymeleaf, load data in Bootstrap modal window

Good afternoon! I'm using spring-boot and thymeleaf to develop a java application, I'd like to know how I can load logs into the modal bootstrap window by clicking the link in the table that lists the logs. Example: In the user query screen,...
asked by 10.04.2017 / 22:19
1
answer

Confusing code - what is the meaning?

When I have this code: {{ 'js/gourmet.js' | static_url | script_tag }} What does it mean? Where do I find this static_url ou o script_tag ? Is this jQuery?
asked by 28.03.2017 / 14:50
2
answers

Problems with background printing using bootstrap in Firefox

Good afternoon, friends, I do not have much practice with Bootstrap yet, I could not figure out a way to maintain the background of a div, when I print a page through window.print () I have the following code: <div class="qCor" style=...
asked by 08.03.2017 / 19:41
2
answers

How to center an input on a grid in Bootstrap 4?

Hello, everyone. I'm starting with front-end web programming and I have a question regarding Bootstrap 4, and its grid system. Basically how to centralize input and p within Grid. I have the following code: <div clas...
asked by 06.04.2017 / 07:21
1
answer

Fixed bootstrap menu

I made a menu with an image and the buttons fixed on my site. Using the following code: <div class="navbar navbar-default navbar-fixed-top" role="navigation" style="background-color:#3299CC"> <div> <img src="img/logo.p...
asked by 08.02.2017 / 21:23