Questions tagged as 'bootstrap'

2
answers

Change commas for points in a spinner

I am making a web application and I would like the decimal data to appear with period or with commas, but being the coherent application in all since the data in the database appear with points and in the spinner with commas. I would like to kno...
asked by 27.01.2016 / 22:22
1
answer

Carousel on VB.net

I am trying to make a slider or carousel by recovering the routes of the images from my database to my vb.net application. I can not show the images, besides I can not access my variables that are in the HTML code. Both Response.Write(Indi...
asked by 02.02.2016 / 19:16
0
answers

Activate NAV TAB bootstrap after Insert Registration

Friends Good afternoon everyone, My question is this: I have a NAV TAB in bootstrap but after having inserted a record in MYSQL, as you could do this, I know I should use javascritp, but I really do not have the slightest idea where to sta...
asked by 23.12.2018 / 21:42
1
answer

Problem with buttons in Bootstrap, what to do if the bootstrap CDN does not work correctly?

I am learning Bootstrap and I found the following. I was looking for totally round buttons, I took the reference of this link and later I tried to do it with a bootstrap code: ----- HTML: <button type="button" class="btn btn-success...
asked by 22.12.2018 / 23:09
1
answer

integrate bootstrap 4 to wordpress

I am creating my first theme in wordpress, and I would like to integrate bootstrap 4 to it, however wordpress contains version 1.2 of jquery plus bootstrap 3.3.1 of jQuery as I could integrate it. if(!function_exists('mawt_scripts')) : // func...
asked by 19.12.2018 / 23:27
1
answer

Problem lining up select with 2 buttons

I need to align a select with 2 buttons, I'm using bootsrap4 for it. .row { background: #f8f9fa; margin-top: 20px; } .col { border: solid 1px #6c757d; padding: 10px; } <link href="https://stackpath.bootstrapcdn.com/b...
asked by 19.12.2018 / 18:08
1
answer

Show option bootstrap [duplicated]

With this code I get the first ngfor options and I do not know how to show the first options first by default. How could he do it? By default I get the ngFor options and I want the first option. <div class="form-group"> <label fo...
asked by 12.12.2018 / 14:35
1
answer

Change navbar when doing scrolling

I'm working on a site trying to do this with the navbar, but with bootstrap: link The idea is a transparent navbar, when doing scroll change with an animation. When returning to the starting point, the navbar becomes transparent again. I made...
asked by 04.01.2019 / 21:07
0
answers

how to validate in an each x-editable

I have the following table where I add a correlative to an item, Valid that the item is not blank and also that this is not repeated. Validate that this blank works well, but the one that does not repeat does not work, but I can not compare it....
asked by 10.12.2018 / 15:11
1
answer

How to remove the spaces between divs and inputs?

I have the following problem, I can not eliminate the spaces I have between two divs and inputs I am using bootstrap the code for inputs is as follows: <input class="form-control form-control-sm col-sm-2 col-2 col-md-...
asked by 05.12.2018 / 18:39