Questions tagged as 'bootstrap'

0
answers

$ (...) .markdown is not a function

I have a problem in the compilation of mardown bootstrap editor when adapting it in angular js with a directive function markdownEditor() { 'ngInject'; return { restrict: 'A', require: 'ngModel', link: function(scope, element...
asked by 05.01.2017 / 12:50
1
answer

How to make a vertical menu in rails?

The truth is I have a problem that I think is noob. It turns out that I am creating a panel for my users and I want to create a vertical menu, the problem is that I want it to be loaded in a part of the page. I leave an image so that they und...
asked by 16.12.2016 / 13:36
1
answer

Popover bootstrap error only works when pressed a second time

Why, when you press an image that shows a popOver Bootstrap, this it only unfolds when the image that invokes it is pressed a second time, whenever you click again on the image I must press twice to show the popOver. Image tag that redirects...
asked by 11.12.2016 / 04:42
1
answer

Button inside Navbar asp.net

Hi, I'm new to web programming and I'm making inroads into the MVC and BOOTSTRAP world. I have this code in which I want to put a button instead of a link in the navbar that comes by default in ASP.NET, I would like "Register" and "log in...
asked by 01.11.2016 / 04:15
1
answer

Carousel bootstrap does not fit the container

I'm doing my portfolio in codepen.Created a carousel to show photos but the problem is that this does not fit the width of your container when I change the size of the browser window and it comes out the sides. $('nav li').on('click', fu...
asked by 28.11.2016 / 00:46
1
answer

Retrieve Mysql values with PHP and JS in Modal Window Bootstrap

Good evening, I tried to fill a modal window with values of table fields, with jquery , and it recovers all fields except the last 3 and I do not see why. These are the files: the html modal window, the jquery file to fill in and the button...
asked by 10.10.2016 / 04:21
0
answers

Error Bootstrap-toggle

Well, I did not want to see the switches generated by link I just left the checkbox ... The Index.html I have it in the following way: clea                                                                                       ...
asked by 25.10.2016 / 22:49
1
answer

My ASP.TextBox does not accept AutoPostBack

Good! I am working with ASP.NET and in two TextBox I am using DatetimePicker from Bootstrap. I would like to put an AutoPostBack to the second TextBox to calculate the time difference of both and show it in another control but it does not do any...
asked by 24.08.2016 / 15:48
1
answer

Generate Select Options based on the value obtained after clicking on the row of table made with Bootstrap-table and display it in a Modal

I'm doing a web application "for" an airline, using Laravel, I need to create tables, so I use Bootstrap-table. These tables have content, and have an event that is activated every time a row is clicked. By clicking I pass the data that I have i...
asked by 10.07.2016 / 05:34
2
answers

Remove scroll bootstrap

I'm making a web page in Boostrap and I want the content to be adapted to the size of the screen on the home page (home), that is, there is neither vertical nor horizontal scroll. How can I do it to remove it? This is my code: html...
asked by 27.07.2016 / 09:10