Questions tagged as 'twitter-bootstrap'

1
answer

How to load the information inside the modal (bootstrap 3.3.6)?

I'm wanting that in modal, after clicking on the option view, it loads the information. However, it only loads ID 1 from the table, regardless of which table item I want to display. It always brings the same information. Below is the code for ho...
asked by 15.01.2016 / 13:05
1
answer

Send data from one modal to another modal

I have a modal called details , I have the following data in it: <input type="text" class="form-control" id="id" name="id" required> <input type="text" class="form-control" id="nome" name="nome" required> That...
asked by 14.12.2015 / 19:22
1
answer

How do I make an image display in full screen only in mobile mode?

There are two site templates, the desktop (which is already ok) and the mobile. On mobile, I want it to display a black background with ONLY an image occupying the center of the screen. EVERY extension (height and width) of the screen has to...
asked by 09.12.2015 / 19:52
1
answer

Responsive landing page with bootstrap

I'm trying to create the following layout on my landing page: However,whentryingtocreatethisinHTML,Icannotgettheimagestomakethislist.I'mtryingtousethe"deck" class, without success. <section class="success" id="about"> <div class...
asked by 31.10.2015 / 03:43
1
answer

Load datepicker in modal

Good morning. I'm not able to load the datepicker into a modal called via ajax, would someone have an example code? MODAL: <div class="modal fade" id="modalaltera" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div...
asked by 19.04.2016 / 15:59
1
answer

How to limit the minimum screen size?

I'm working with Bootstrap. What I want is for the user to be able to reduce the screen to 700px and from the moment it has 700px the screen does not decrease any more. It can be via Jquery, JavaScript, in JAVA itself or just by CSS, any w...
asked by 21.08.2015 / 19:09
2
answers

Bootstrap 3 Datetimepicker

Srs., I have had difficulty understanding the documentation for the Bootstrap 3 Datepicker v4 . I could not figure out how to fire the event dp.show() for a specific element, $("#txtDataHora_01") for example. I need help w...
asked by 04.07.2015 / 08:53
1
answer

How to include Bootstrap files in a theme?

I'm trying to include Bootstrap's responsiveness in Wordpress, I tried via CDN and among some other methods but it works sort of partial. For example: If I apply classes type container , row , a button with class alert works,...
asked by 04.07.2015 / 04:34
1
answer

Delayed client side image rendering

I use images on a web page that are loaded from a field of type blob in Firebird . Images open in a modal, fully loaded, that is, without using thumbnails , and when the user clicks on one of these images, the image is resized to a larg...
asked by 25.06.2015 / 19:04
1
answer

Bootstrap Button with AngularJs

How can I change the Button class? <!doctype html> <html ng-app="ui.bootstrap.demo"> <head> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.13/angular.js"></script> <script src="//angular...
asked by 26.07.2015 / 01:42