Questions tagged as 'bootstrap'

0
answers

How to switch the toggle switch through the database

I'm trying to change the bool to true or false in the database by changing the toggle switch to true or false. <script> $(document).ready(function () { for (var i = 0; i < '@Model.Participantes.Count()'; i++) { if ($('#Par...
asked by 31.05.2017 / 11:54
1
answer

How to do Frontend Integration with Java? [closed]

I'm a beginner in frontend. I am making a system using html, bootstrap, javascript and jquery. I'm going to have to do the integration with java . I would like some guidance. I do not know where to start. I'll ask you some questions: Wha...
asked by 21.06.2017 / 21:01
1
answer

PHP does not save form data to the database

I'm starting in PHP and I'm having problems with the following code <?php define("SERVIDOR", "localhost"); define("USUARIO", "root"); define("SENHA", "leonardo"); define("BANCODEDADOS", "estacionamento"); $conecta = new mysqli(SERVIDOR,...
asked by 11.05.2017 / 05:29
1
answer

How to do paging within a bootstrap modal?

I have a bootstrap modal that opens when I click a button, within that modal I want to display 2 contents: 1 form and 1 paragraph. However, I would like to page this in the modal, one page the form and the other the paragraph. Does anyone have a...
asked by 03.04.2017 / 23:17
1
answer

Problems with navbar

I'm a beginner on web and I'm developing an application in HTML5, where I use Bootstrap. There is a navbar at the top of the page and on the navbar there is a list. But when performing the implementation, the options in the list are overlapped,...
asked by 03.03.2017 / 21:55
1
answer

Problem with registration form with modal

In the registration form, I call a modal window which is the same page as the list of registered items. When I click on submit of form it sends to my database beauty and closes modal . However, for me to see...
asked by 11.01.2017 / 05:59
0
answers

Problem with bootstrap field alignment

I'm facing a problem, which I can not solve. Home What I want seems to be simple, to align the small field well below the written amount, I did some tests with methods I saw by the master google , but the field insists on being caught in t...
asked by 04.12.2016 / 22:17
0
answers

Load content into div without having to load page using treeview menu

Next I researched a lot here before asking this question, I have a menu that when I load the content in the div it gets bugged, it opens and closes at the same time after I load the contents in the div. I need some help. Menu: <...
asked by 10.12.2016 / 18:16
0
answers

How to dynamically initialize a select2 in angularjs

Hello everyone, I'm using the select2 plugin in my project. I need to create multiple selects2 dynamically, by angular. I have a vector of objects (with id, name) and I need from an event, in a function to generate a select to of each object, be...
asked by 25.10.2016 / 22:34
0
answers

Menu mobile version bootstrap does not return to normal

I have an application with a bootstrap menu, but when it is in the mobile version that I click on a link in the menu, it does not return to normal (it goes back), it stays the same as I did. It goes to the other page, but does not return to norm...
asked by 02.12.2016 / 11:34