Questions tagged as 'bootstrap'

2
answers

Bootstrap: Modal with dropdown for caption

I would like to use the bootstrap modal, to open a list of subtitles. But I would like to display the meaning only when clicked on the caption. Do you have any way? No need to have styles just make a slidown. I used a javascript to load a d...
asked by 04.09.2017 / 21:28
0
answers

Bootstrap Offset is not working

I'm starting work for the course and in the code <h1> , <hr> , and <marquee> do not want to skip columns with .offset Here is the code: <div class="container"> <div class="row">...
asked by 18.08.2017 / 19:06
1
answer

Delete record button

I have a page that shows the registrations made in a form. When a registration is required to be deleted, I need to access phpMyAdmin, preventing anyone other than me from deleting the record. What I wanted: I wanted to make a button...
asked by 14.08.2017 / 19:48
1
answer

Two DIVs opening the same popup

I have two DIVs to open a specific popup, each. As pictured below: BelowistheHTMLthatmountsthetwoDIVs.<?php//Sessãoaindanãoiniciadaouusuárioinválidoif((!isset($_SESSION['usuario']))or($_SESSION['usuario']=='')){?><!--Divdeloginoucad...
asked by 14.08.2017 / 21:51
1
answer

Modal Bootstrap ASP.NET

I'm creating a mobile app using the modal bootstrap, asp.net (aspx). A href link triggers the modal and needs to send to the modal value contained in attribute of type data- * that was created. The goal is to populate a label contained in the mo...
asked by 24.08.2017 / 04:43
1
answer

How to select rows in a table?

I'm working on a web system and would like to create an interactive table on a page. Above the table, I have 4 buttons and would like to give them functionality. I would like to be able to select a row from the table to edit or view or select mu...
asked by 04.08.2017 / 17:04
0
answers

Modal Bootstrap at Laravel

I'm having problems with a modal, when I make a request via ajax to get the contents of my route, modal opens the whole json content, however I can not format this content My View @extends('layout.admin.app') @section('conten...
asked by 22.08.2017 / 00:29
0
answers

error with Bootstrap (Awesome Font)

I'm using Bootstrap and trying to add the "like" incone, but it appears this square in place ... what's the problem? <link href="css/font-awesome.min.css" rel="stylesheet"> <!--codigo usado para adicionar o simbologo like--> <b...
asked by 27.07.2017 / 02:37
1
answer

Responsive HTML image

Someone can help me! I am not able to leave the images responsive via CSS and also in bootstrap. I'm using the banner-rotator-2.source with jquery, where I tried to define the class="img-responsive"; style="width: 100%"     
asked by 23.07.2017 / 00:54
1
answer

Div being superimposed by another

I'm setting the mobile version of a page, using the bootstrap I set my divs with the col-md-4 (desktop version) col-xs-6 (mobile version) classes. In the desktop version is working normal with three columns as accurate, already in the mobile ver...
asked by 21.07.2017 / 20:23