Questions tagged as 'bootstrap'

1
answer

Why does null-repeat of AngularJS not work in Bootstrap Modal?

In my project, I've used a nesting of ng-repeat to mount multiple checkbox dynamically, allowing the user to merge filters , which works perfectly < in> controller loads the lists. Now, the user asked to place these filters w...
asked by 09.01.2017 / 21:12
1
answer

Nav-pills open to the left

I'm following the following code: <ul class="nav nav-pills"> ... <li role="presentation" class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="fals...
asked by 18.02.2017 / 23:49
1
answer

How to add Padding in Select

I put a padding of 30px, the select actually gets bigger but it does not appear anything. select.custom{ padding: 30px!important; -moz-appearance: none; -webkit-appearance:none; } select.custom option{ padding: 30px...
asked by 29.12.2016 / 22:07
1
answer

Modal Bootstrap being closed

I have the following scenario: a link that opens a modal. <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-...
asked by 27.12.2016 / 18:10
0
answers

Problem with Carousel Bootstrap inside another

Please, I still can not find the solution: I created a bootstrap carousel with divs and another smaller carousel in it together. When I pass the larger carousel (which encompasses everything) and I go back to the item that has the smaller c...
asked by 18.01.2017 / 12:47
0
answers

jQuery-UI Spinner does not appear Up and Down buttons, conflict with bootstrap

I'm using the following component: link In the same way as shown in the example, but in a modal bootstrap .. The problem is that my Spinner does not appear the Up and Down buttons, browsing in my code I saw that when I remove the following...
asked by 02.01.2017 / 16:23
0
answers

How to do an update on several rows of a table with codeigniter

Hello, I'm having the following problem, I have a stock table. follows img: TheseinventoryproductsaregroupedeverytimeIgiveanentryitaddstowhatalreadyexistsandcreatesanewrowinthedatabase. The issue is I can not do an update that would be...
asked by 29.11.2016 / 18:57
1
answer

corrossel with different images in the mobile and desk

Good morning, I'm developing a responsive website, in it I'll use a standard bootstrap carousel, but will be different images when the carousel is on the mobile and desk. Does anyone have any idea how I can do this without using two elemen...
asked by 18.11.2016 / 13:59
3
answers

How to add tabs in my modal bootstrap [closed]

I'm using the twitter bootstrap library version 4.0 I was able to create a modal window but I would like to add tabs in it, I found some code but I could not implement them .. Here's how I'm trying: <div id="myModal" class="modal fade" r...
asked by 15.12.2016 / 15:53
0
answers

Chat in Spring JSF and Primefaces

I need to develop a chat for our site. Developed in: JSF 2.2 Srping 4.2 Hibernate 5 Primefaces 5.3 Css bootstrap I have already downloaded a github project, it works cool, but it's very poor, I wanted one with a database, interest...
asked by 09.12.2016 / 13:31