Questions tagged as 'twitter-bootstrap'

1
answer

Container div height relative to page size?

How do I set the height of the bootstrap div divider relative to page size? <div class="container"> <div class="row"> <div class="col"> its works! </div> </div> </div>     
asked by 22.05.2018 / 23:59
0
answers

Creating Bootstrap Paging Links Using Ajax

$.ajax({ type: "POST", url: "php/crud.php", dataType: "json", data: {qtd_registros: 3, pagina: 1}, success:function(dados){ var paginacao = '<nav><ul class="pagination justify-content-cent...
asked by 22.05.2018 / 22:59
0
answers

Select 2 on bootstrap 3

There is some way to use select2 in Bootstrap 3.3, terial some example to try to implement, I'm building my TCC on the adminLTE template and needed something like it in some queries, thank you! I was able to implement this way: <div clas...
asked by 22.05.2018 / 19:40
0
answers

Text rolling in bootstrap

I'm using a <ul> to show results on a site. 3 items per line are printed: Site name, link and status. In the browser the result is good: TheproblemoccurswhenIusethemobile: BecauseIamnotusingatable(nordoIwantto),thetextsoverlapan...
asked by 15.05.2018 / 20:45
0
answers

How to split a list into two columns?

I think my logic is right, but this way it does not divide it is just one underneath the other and I want two {this.state.paises.map((country,index)=>{ return(...
asked by 20.05.2018 / 16:25
0
answers

SelectPicker does not work when you add

I can not resolve to use SelectPicker because in the added field it keeps the previous information and does not sum ... The normal select already works correctly. I need to put this function but I do not know where. $('.selectpicker').select...
asked by 19.05.2018 / 04:35
1
answer

Text area with image

Hello, I'm going to make a form and I do not know how to do it to include an image inside the text area, something like that. TEXT TEXT IMAGE TEXT Something of a kind for the include user to know? As it is done here in stack ov...
asked by 02.06.2017 / 13:27
0
answers

Modal bootstrap window does not open a partialview when deleting from the second page of a datatable

I have a modal window in my Index view that opens my PartialViews Create, Edit, and Delete. I have a datatable that contains pages ... Everything works normally if I delete records only from Page 1. If I try to Edit or Delete some record from pa...
asked by 11.05.2018 / 23:47
0
answers

Preview of the Image in a modal via a button

I have a question about how I can do the following situation: I have a <input type="file"> with bootstrap classes and next to a button, this button would have the function of, when I uploaded this image, pressing the button would...
asked by 10.05.2018 / 15:15
1
answer

Kanban with Bootstrap

Good morning everyone! I need to mount a Kanban, preferably with Bootstrap. Do you know any project (opensource) to download it and implement?     
asked by 09.05.2018 / 13:28