Questions tagged as 'bootstrap'

2
answers

Change arrow color of bootstrap popover

I want to know how I can change the color of the arrows of the bootstrap popover. I have the bootstrap css linked. Should I modify the local css or the bootstrap css?     
asked by 22.04.2018 / 22:32
1
answer

does anyone know how I can integrate Bootstrap to nodejs with Express?

I am developing an application using nodejs and the Express framework. I want to add Bootstrap to my project in local mode. I added this to my index (having already downloaded Bootstrap) <script language = "javascript" src = "- / node...
asked by 23.04.2018 / 04:46
1
answer

Function to treat variable as Singular or Plural

I have the following code: //DEFINIENDO VARIABLES GLOBALES br = "<br>"; olli = "<ol><li>"; liol = "</li></ol>"; olc = "</li></ol>"; ulli = "<ul><li>"; liul = "</li></ul...
asked by 20.04.2018 / 04:24
0
answers

Correct order of the head

I am using modals, datetimepicker and selectpicker in a single project and I managed to make everything work together in the following way <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport...
asked by 28.04.2018 / 20:02
1
answer

How to get Bootstrap table data from the visible columns?

I have a table that has the extension resize disables some columns and I use the method $table.bootstrapTable('getData') I want to get a JSon with the remaining columns but the method brings all the columns. as it would be to bring only t...
asked by 18.04.2018 / 17:54
0
answers

How to load a modal in Asp.Net?

I am working with Asp.Net and Bootstrap. I have: a Button, a TextBox and a Label, I give a value to the TextBox I press the button and I add that value + 2, it shows it in the Label. Up there all good. But if that number is less than 0 I want me...
asked by 22.04.2018 / 02:18
1
answer

I want to dynamically delete a row in a form

I want to dynamically delete a row in a form created in Codeigniter . The problem is that it works for me, removing a div , but when trying to format it, I include bootstrap, so it eliminates the previous div and not the whole row. <di...
asked by 11.04.2018 / 20:09
2
answers

Problems with Primefaces component

I am developing a Java Web application using the Primefaces framework, in what is css with bootstrap (AdminLTE Template), the inconvenience that I have is that when I program a component of primefaces in this case a p: selectOneMenu, when I see...
asked by 14.04.2018 / 23:30
0
answers

Navbar-fixed-top is not responsive, and does not show completely what is coming down

To start I want to comment that when making this superior browser I did not take into account that this would happen, I created it based on boostrap classes but it did not work out as I wanted, then I present the problem. I have a nav...
asked by 16.04.2018 / 14:19
0
answers

Icons in select

I followed an example of cpen or something like that, I do not remember what the page is called and my page does not show the images I need. This is the example: https://codepen.io/brapastor/pen/BWyomB these are the codes: home.ctp...
asked by 07.04.2018 / 01:11