Questions tagged as 'bootstrap'

0
answers

Saving sortable div position in local storage

I'm having trouble saving the position of my divs sortable . I use this code to save positions: <script type="text/javascript"> jQuery(function($) { var cookieName="List" var list = localStorage.getItem(cookieName) if...
asked by 08.02.2018 / 13:33
1
answer

Cancel bootstrap JS default procedure

Good morning, I'm learning to program web now (I studied C # last year in college and this year is web, so I wanted to get ahead), I'm programming in ASP.NET, I made all my "form" in bootstrap, visually stayed as I wanted, all right, I create...
asked by 06.02.2018 / 15:14
2
answers

Problem with respecting grids, dynamically adding fields

Good morning, I'm creating a form that the user will add more fields dynamically (# Example: Selectedareainredwascreatedmanuallyinthecode,it'scorrect!ButtheBlueareathatwascreateddynamicallyshouldoccupythesamesizeastheredarea(manual)whic...
asked by 09.02.2018 / 13:17
0
answers

Mobile keyboard does not open on bootstrap site

I made a responsive site with bootstrap, but when I click on the inputs the cell phone keypad is not activated. What can it be? <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><linkh...
asked by 02.02.2018 / 18:39
0
answers

How to create custom wordpress menus that respect the drag and drop order

I'm having problems creating menus on my wordpress website in case I have more than one menu that need to respect the order of creation, but never respits, the menu is sorted by alphabetic order, anyone have any idea how I do it?     
asked by 02.02.2018 / 20:57
1
answer

Date time Picker bootstrap in modal

This is the date time picker is appearing behind the modal and I am not able to put forward has how to do this? Code I've tried: .form_datetime { position: relative; z-index: 9999; } and $('input').datepicker({...
asked by 28.01.2018 / 21:27
1
answer

Modal window (Boostrap) is not visible

<!doctype html> <html lang="pt-br"> <head> <title>Teste</title> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, ini...
asked by 03.02.2018 / 21:59
0
answers

Keep bootstrap theme in ui-select multiple

How can I make a <ui-select multiple theme="bootstrap"></ui-select> and keep the Bootstrap theme? When I type multiple , the Bootstrap theme     
asked by 25.01.2018 / 19:06
0
answers

Navbar bootstrap 3.2 giving display error

Good night, I'm creating a project in bootstrap, a framework that I do not use much, I usually use Materialize, but for this project I need the dropdown menu, but I had a problem, p> ButIusedthesamefilesyouhaveinthebootstrapdocumentation,cana...
asked by 27.01.2018 / 03:37
0
answers

Is there any way to set up a CRUD with boostrap, javascript and node.js?

Hello everyone, I've been studying programming for a year now and I'm having trouble finding a way to build a crud that has javascript, Bootstrap and node.js? I did not find any tutorial to help me in this case, until I know how to create the sys...
asked by 02.02.2018 / 04:44