Questions tagged as 'bootstrap'

0
answers

How to migrate this javascript code to typescript

Help, the truth is that I'm doing a responsive sidebar and since I have this code that I got from the internet, however, I need to translate it to typescript so I can use it in a wide-angle project that I'm doing. No more the code $(d...
asked by 28.08.2018 / 21:50
1
answer

I see a black background when the Bootstrap carousel goes by image

How do I make it so that I do not see a black background between image and image? Thank you very much already. html, body { height: 100%; } .carousel, .item, .active { height: 100%; } .carousel-inner { height:...
asked by 23.08.2018 / 17:33
0
answers

I can not adjust the navbar with the sidebar

What happens is that the sidebar covers the navbar, when the screen is minimized it is possible to visualize that the navbar exists, but what I want is that the navbar is on the right side of the sidebary that when the screen is minimized it adj...
asked by 22.08.2018 / 17:53
0
answers

I have an error when uploading an image to my DB the name takes it null

Servlet String nombre = request.getParameter("Nombre"); //String valor = request.getParameter("valor"); String img_producto = "imagenes/" + items.getName(); int id_categoria = 2; float precio = 2200; int stock = 10; String query = "INSERT I...
asked by 14.08.2018 / 23:38
0
answers

Pagination Codeigniter

public function car(){ $data['title'] = $this->project_model->projectName().$this->title; $data['meta_tags'] = $this->metaTags; $data['keywords'] = $this->keywords; $data['details'] = $this-&g...
asked by 12.08.2018 / 03:19
1
answer

Why did I add the class next left in my boostrap carousel when I told him to add my active class in my boostrap carousel?

What I want to do is that when my question has a timer and the user next, that question disappears and I can not answer it anymore. Code: var timer = $(".active").attr('data-timer'); if (timer == undefined) { var $carousel = $('#carouse...
asked by 10.08.2018 / 23:48
1
answer

Problems loading datepicker inside a div col-lg-pull bootstrap

In the input that I enter date, use datepicker in the following way: <div class="col-lg-2"> <input type="text" class="form-control" title="" id="fechar"> </div> $(document).ready(function () { $("#fechar").addClass("d...
asked by 11.08.2018 / 06:36
1
answer

Problem with Line Jump in Boostrap 3.3

For several days he has not been able to find it because a view is not displayed correctly, made with Java Server Pages and Bootstrap 3. I have reviewed the code and I can not see what the error is, the Bootstrap libraries load them correctly an...
asked by 13.08.2018 / 11:33
0
answers

how can I put a sql text file in php and respect the line breaks?

my SQL file is one of text point with the following content: Futbol 00:00 basketbol 02:00 and when it's time to call it by php, print it to me as: Futbol 00:00 basketbol 02:00 Any ideas?     
asked by 10.08.2018 / 01:06
1
answer

Leave the header of the table fixed, which does not move together with the body of the table

Hello, I need to make sure that the header of the table stays fixed, that it does not move with the rest of the contents of the table The code that I have so far is the following: #principal.table-responsive.table-hover(style='background-color...
asked by 08.08.2018 / 04:54