Questions tagged as 'bootstrap'

0
answers

How to call a modal from another file?

I have a file called principal.php and I have a modal in the file alta.php . mi boton ---------- <a class="btn btn-danger" href="javascript:agregar();">Agregar</a> function agregar(){ $('#myModal').mod...
asked by 13.09.2017 / 23:35
0
answers

Error in my modal

good morning The error is when loading the window takes a long time to load and when it loads, loads many at once. _show.html.erb <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" ar...
asked by 12.09.2017 / 17:07
1
answer

DATETIME in MySQL does not correctly record the date

I have the following problem. I use the datetimepicker library to select a date in a form and register it in the database. The problem is that I want to register the date in the MySQL format but I do not record the time, that is, I select the...
asked by 28.09.2017 / 18:27
0
answers

Problem with datetimepicker of bootstrap 3

Good evening, I currently have a problem showing the calendar with datetimepicker of bootstrap 3. It turns out that I highlighted the current date in yellow and a date of a next day in blue. I would like the blue color to be on the current date...
asked by 16.11.2017 / 03:21
3
answers

Footer does not occupy all the width of despite being the width in 100vh and it is superimposed on the body

I have the following dilemma with my footer and body. It happens that, I am developing the following views but in a certain view (register user) my footer covers part of the body and also does not occupy 100% of the width, if not, like 98%. I us...
asked by 14.09.2017 / 19:19
0
answers

Send info to table from a modal with php

Hello, I have read but I really have not succeeded, this is my code index.php <form class="modal fade modal_edit" id="modalNuevo" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" method="post" action="/../components/insertar....
asked by 11.09.2017 / 21:37
1
answer

Show a modal with jquery taking a reference class

Good morning I am trying to show a modal when loading a page taking a reference class, what I want to achieve is to show the modal in only one page and in the others not what I'm thinking about is taking a reference class and show the modal if t...
asked by 07.09.2017 / 18:07
1
answer

The content of the page is run to the left and there is a white margin on the right and a lower bar

A big greeting for everyone. I have just started and I have had several difficulties, among which the content of the page has been moved to one side in such a way that it comes out with a lower bar as if there was more content at the ends, no...
asked by 05.09.2017 / 18:45
2
answers

I want to make a Toggle Switch in Ruby on Rails

I want to do a Toggle Switch on RoR My versions of ruby on rails are respectively: ruby -v ruby 2.3.3p222 (2016-11-21 revision 56859) [i386-mingw32] and rails -v Rails 5.1.3 I created a project with scaffold rails new com...
asked by 27.08.2017 / 14:27
2
answers

Open section of bootstrap accordion with anchored link

The problem I have is that I want to go from my home page by clicking on a link to address my frequent questions page and open a section of my accordion. Try the normal way by adding the link # collapse1 but it does not work that way. These a...
asked by 24.08.2017 / 18:49