Questions tagged as 'bootstrap-3'

0
answers

Plugin Bootstrap Typeahead + PHP and MySQL

I'm trying to use Bootstrap's auto-complete Typeahead feature for a few days with this plugin: biggora / bootstrap-ajax-typeahead . After searching a lot, I found only vague answers, but nothing conclusive about how to use this plugin looking f...
asked by 12.09.2015 / 20:48
1
answer

Ready-made

Good morning. Can anyone tell me if there is any other component other than the primefaces editor, in which it has the following properties too: font, font size, center, left align, right align ... etc. Thank you.     
asked by 15.06.2015 / 17:19
0
answers

AngularJS validation does not work very well

I have a form that is shown within a modal, used by the Bootstrap framework, and because of this, angle validation does not work right. Only a few fields are validated and still random. For example, I have three fields in this form: FirstName...
asked by 15.06.2015 / 16:25
1
answer

Panel-Collapse Bootstrap

HTML CODE <!-- panel 1 --> <div class="panel panel-default pulse animated"> <div class="panel-heading" role="tab" id="headingOne"> <h4 class="panel-title">...
asked by 15.05.2015 / 07:30
0
answers

Trigger event when clicking on a "tab"

I have a series of "tabs" that are generated according to the parameters code: if($i==0 || $i==2 || $i==16 || $i==26 ) { ?> <div class="panel with-nav-tabs panel-p...
asked by 26.05.2015 / 21:24
0
answers

Exit modal after return of result

After deleting and returning to index ... [HttpPost] [ActionName("Delete")] public ActionResult DeleteConfirmed(int id) { _unitOfWork.UserRepository.Remove(id); _unitOfWork.Salva(); return RedirectToActi...
asked by 26.03.2015 / 02:22
0
answers

Radiobutton inside Popover is not checked via javascript

I have a query screen where I feed an html table with the database records. In one of the columns, of each line, there are some options like edit, delete, add photos and another option that opens Popover. This Popover is from Bootstrap 3, whe...
asked by 14.04.2015 / 19:20
1
answer

Datepicker (Bootstrap) works with Online but not Offline libs

I developed an application that uses 3 libraries jquery-1.11.1.min.js, bootstrap.min.js, bootstrap-datepicker.js, this application works using the libraries purchased online (src="htt: //") but when I add the reference to these same libraries th...
asked by 27.12.2014 / 12:44
0
answers

Select2 does not open when screen is smaller

I have a problem when select2 is in a form and near the end of the screen, so it does not open because it understands that there is not enough space, I would like to know how to do it. The fields that are higher up work but when it gets close...
asked by 25.01.2015 / 11:27
1
answer

Change bootstrap menu according to page width

I'm developing a web application and I put in the application the bootstrap menu I would like when the application reaches the maximum width of max-width: 770px the menu would be the same as the menu that is in the normal width of the pag...
asked by 10.10.2017 / 23:27