Questions tagged as 'bootstrap'

1
answer

krajee bootstrap file input in a form with other input fields

I have a form with a textarea and a fileinput $(document).on('ready', function() { $("#nom-foto").fileinput({ uploadUrl: 'grabafoto.php', dropZoneEnabled: false, previewFileType: "image", allowed...
asked by 19.10.2016 / 19:15
1
answer

How to apply color to Bootstrap popover using jquery?

I have a table in which inside one of its cells I have a "a" tag to which I want to show a popover when I pass the mouse cursor: <table id="tableOcMateriales" class="ctrlLineTable table table-condensed table-striped table-border...
asked by 22.11.2016 / 03:32
1
answer

Error Synchronizing the gradle on Android

Well my problem that I have now is that I just imported boostrap in my Android application, in my opinion I have imported it correctly but I got this error, which I have not been able to solve yet. The error I get is the following: No such pr...
asked by 21.11.2016 / 05:02
1
answer

Error in Boostrap modal with JSP and Servlets

I am developing an application with JSP, Servlets and Bootstrap, but I have a problem when showing a modal the problem is that I print in a table data brought from the database and there I have the options to delete and edit, when it is to be ed...
asked by 12.10.2016 / 17:54
1
answer

how to increase heigth in div to lower the footer in tablet resolution and deskopt?

The layout for now works well for me but in the Downloads.php section the footer is about 3 times higher, because the main content is little text. I have added the con-des class to the first container with a height 600px / 70% but I can not l...
asked by 13.10.2016 / 00:17
1
answer

Collect data in modal Bootstrap and retrieve data from PHP at the same time (AJAX, PHP, MySql)

I receive data from a link and show them in a modal Bootstrap page 1 <a href="pagina" id="id" data-target="#edit-modal">Enlace</a> page 2 $('#edit-modal').on('show.bs.modal', function(e) { var...
asked by 28.11.2016 / 15:17
1
answer

Hide URL in browser address bar

I have an application in aspx and I use the bootstrap navbar to build the navigation menu, my question is how can I hide the url in the browser so that each time I change the page does not appear the route, I the menu is dynamically assembled fr...
asked by 26.07.2016 / 03:40
2
answers

How to Show an Image in Modal Window Bootstrap

I have a table where I keep 6 data between them, a field where the path of an image saved on the server is saved. I have a button inside the page called details where clicking it shows a modal window with the information of this, but I do not...
asked by 27.07.2016 / 20:42
1
answer

Render HTML on Laravel blade

I have the following problem, I want to render html inside a template made with laravel bucket. I have it in the following way: <i class="n-icon-help-circled" data-toggle="tooltip" data-placement="right" title="{{ '<p>' . _('Hola...
asked by 07.06.2016 / 14:39
1
answer

Inventory with Variable Price Products

I have created a php / mysql system for dispatch with product inventory and the problem I have is that I do not know how to calculate the cost of the dispatch when I have income from the same product with different prices. My database is co...
asked by 22.03.2016 / 22:19