Questions tagged as 'bootstrap-3'

0
answers

How to upload with Bootstrap Dialog

I'm trying to adapt a script that I have to upload with Bootstrap Dialog but I'm not getting it, I wish I could use the same form I already perform some operations to maintain the development pattern, I made a modification in the code to try t...
asked by 17.08.2015 / 14:57
3
answers

How to update the table (bootstrap-table) via JS after registration?

Once you register (within a modal), the table must be updated automatically. But I can not. NOTE: Languages I'm using are PHP and JS. In jsfiddle, there is a small demonstration, in the JS tab is the (else) code that I am trying to do to upda...
asked by 12.02.2016 / 18:07
3
answers

Confirmation of exclusion with bootstrap [closed]

I'm doing a web system using php + javascript + bootstrap, I need to do a commit confirmation using bootstrap, type an alert requesting yes or no, but in a nice hehehe model, the bootstrap has some component to solve this situation ?     
asked by 14.12.2016 / 16:22
3
answers

Change the pointer in a bootstrap-datepicker

I have a bootstrap-datepicker , when I position the mouse over the calendar on the day or in the month browser the pointer that appears is the selection pointer, similar to I , but I would like was that of the hand with the index finger,...
asked by 18.12.2017 / 16:13
2
answers

Close modal Bootstrap after registering

Colleagues I have a system that the user clicking on the link Register Matter will open the following modal: However,IwouldlikeyoutoclickSave,andthemodalclosesautomatically.Itriedusingthecodebelow,themodalcloses,butthebackgroundremains:...
asked by 27.01.2017 / 20:44
1
answer

Why are the pull-left and pull-right classes no longer working in Bootstrap 4?

I am updating the code for the current version Bootstrap 4 and was in Bootstrap version 3. I updated the CSS, JS, and others files. Some parts are no longer working. These are, for example, those with the pull-right and pull-left...
asked by 03.11.2017 / 19:59
2
answers

Input does not match col-md-8 size

I'm training in form creation, and I'm making bootstrap use on it, mostly from <div class="row"> and <div class="col-md-4"> . However, when I put only two elements on the same line, respectively e 'the input field...
asked by 06.08.2018 / 17:52
2
answers

How to activate 24-hour Datapicker Bootstrap?

<scripttype="text/javascript"> $(function () { $('#datetimepicker1').datetimepicker({ format: 'YYYY-MM-DD hh:mm:ss', locale: 'fr, use24hours: true }); }); </script&g...
asked by 17.11.2016 / 16:46
1
answer

Line break within a Boostrap Popover

How to make line breaks within a bootstrap popover Example echo"<a href=\"#\" data-toggle='popover' data-title='Popover on Left' data-content='$data <br> $data' data-placement='left'> <span class=\"label label-success\">...
asked by 09.02.2017 / 02:50
2
answers

How to set menu with fadeIn effect?

I have the following code that sets the menu using bootstrap: $(window).scroll(function(){ scroll = $(window).scrollTop(); if(scroll > 500) { $('.navbar').addClass('sticky-top') } else { $('.navbar').removeClass('sti...
asked by 23.07.2018 / 17:00