Questions tagged as 'bootstrap'

0
answers

how to get the id of a product to modify an image?

I'm trying to modify an image in my database by the id of the product, my table is called products and my id is product_id, only when doing the UPDATE in my file upload_image.php does not modify the image. <?php if($_SERVER['REQUEST_...
asked by 05.04.2018 / 18:26
0
answers

Why is not the image updated in the database?

I have a problem about updating the image in my database, I do not know if the WHERE condition in the UPDATE (upload_banner.php) is badly formulated or I lack code, if you could help me solve it, it would be very helpful, thank you very much !!!...
asked by 04.04.2018 / 18:34
0
answers

How to have several manners on the same page using Django?

I have a question about using several manners, on one page, now I have this code developed: <div class="row"> <div class="col-md-6"> <button type="button" class="btn btn-primary" data-toggle="modal1" data-target=".bd-e...
asked by 10.04.2018 / 21:55
0
answers

Problem in UPDATE with CRUD made with JQuery and Bootstrap

When I update one of the rows is perfect, the problem appears when I want to update another row. In addition to updating the selected row, the row that I updated earlier is updated, with the same data. I leave you a capture of what happens:...
asked by 25.03.2018 / 13:13
0
answers

Integrate Jquery and Bootstrap in Angular (Symfony)

I am developing an application with symfony and angular, to my surprise, that when I get to the angle part, and I try to implement bootstrap and jquery, it tells me that it is not possible to load the resources, the error message that comes out...
asked by 28.03.2018 / 13:15
1
answer

Problem to show data from mysql to modal with jsp and bootstrap

I have a problem showing data from mysql in a modal with jsp and bootstrap to invoke the modal, I have a button of type button, which is the one that opens the modal, and in the modal, data arrive from the mysql database. The problem is that whe...
asked by 17.03.2018 / 20:30
0
answers

Error with bar menu Boostrap data-hover="dropdown"

Very good, I have a Boostrap menu bar that is partly generated with a javascript function, the result of the function I put it in a div of the bar called menuCategories. My intention is to add functionality to it data-hover="dropdown" so that wh...
asked by 16.03.2018 / 13:23
0
answers

What to do so that the text and the elements do not overflow in html5, css3 and bootstrap?

I'm making a small system in HTML5 , CSS3 , JS , PHP and BOOTSTRAP , which I want the text to scale to the size of the screen. I understand that BOOTSTRAP makes the site become responsive , but when...
asked by 18.03.2018 / 19:19
1
answer

condition of days to show boostrap datepicker

I have the following problem: I have a list of services and each service has a production time, for example: Service 1 - > 7 Days Habiles. Service 2 - > 5 Daily Days. This list comes from Mysql through a SELECT nested by ajax. What...
asked by 04.04.2018 / 04:32
0
answers

Clockpicker Management (jQuery, Bootstrap)

How can I get the time difference between 2 clockpicker? that is, the passage of minutes and hours that have passed from one to the other and register it for example in a textarea? thanks     
asked by 21.03.2018 / 18:01