Questions tagged as 'bootstrap-3'

3
answers

Error with Bootstrap 4 in Angular 5

I hit with the following problem in Angular when trying to install Bootstrap in version 4: ERROR in ./node_modules/css-loader?{"sourceMap":false,"importLoaders":1}!./node_modules/postcss-loader/lib?{"ident":"postcss","sourceMap":false}!./node_...
asked by 19.01.2018 / 14:16
2
answers

How to refresh a bootstrap table after giving update?

Next in the lines of my bootstrap table when I click opens a modal where I can change the selected information after click. I wanted that right after I clicked the button to change, my table (and only it) would update without needi...
asked by 01.12.2016 / 15:09
4
answers

CSS - Bootstrap min [closed]

When I open for editing, the CSS of the bootstrap.min is a tab without a tab. Can you solve this? I would like to make a simple edit in the source of a class and even identifying the line by the browser inspection, it is still diffi...
asked by 18.08.2015 / 20:25
2
answers

How to do a search in a combo field as you type the text? [closed]

I have a combo field with more than 2,000 records. It's hard to select what I need. I'm in need of something (Bootstrap?) that as you type a part of the word the combo will position itself in the text typing. I looked for some but very com...
asked by 17.01.2017 / 11:23
2
answers

Change the color of the tabs when selecting them

Friends, I have these tabs, I already tried some css codes to leave a background color on the tabs, but when I use the codes it changes the whole background, I want to change only the color of the tab that is selected. <html lang="en">...
asked by 11.04.2018 / 16:17
1
answer

Pass id to Bootstrap Modal Form

I have a link that comes from a while in php and receives several lines of IDs . The while puts the id's in the variable $dataid=$row['id']; Receive the IDs in the link $sql = "SELECT u.id, u.username, u.genero...
asked by 05.04.2016 / 16:32
1
answer

Align controls with bootstrap

I have this view @{ ViewBag.Title = "ExcelFinancing"; Layout = "~/Views/Shared/_Layout.cshtml"; } <!DOCTYPE html> <html lang="pt-br"> <head> <meta name="viewport" content="width=device-width" /> <tit...
asked by 18.09.2018 / 21:41
2
answers

Problem in Bootstrap Directory

I have a problem where when I try to access Bootstrap directly from the directory folder CSS does not work and only a few things remain, but when I link to the Bootstrap page it works. Remember that I am in the last version of Bootstrap. This is...
asked by 21.10.2017 / 20:06
3
answers

Break Bootstrap Columns

I am making a structure with bootstrap , according to the "laws" of bootstrap one must use col-xs-12 col-md-12 I am making 2 main columns with columns inside, example: EXAMPLE CODEPEN The column on the right has colum...
asked by 11.01.2016 / 13:14
1
answer

collapse animation bootstrap does not work

Good night, I would like a help ... I am trying to use the collapse of boostrap 3.3 in a row of a table, the code looks like this: <table> <thead> <tr> <th>header</th> <th>...
asked by 06.09.2017 / 00:52