Questions tagged as 'bootstrap'

1
answer

I am having problems loading bootstrap-vue js

import Vue from 'vue' import App from './App.vue' import BootstrapVue from 'bootstrap-vue' import 'bootstrap/dist/css/bootstrap.css' import 'bootstrap-vue/dist/bootstrap- vue.css' Vue.use(BootstrapVue); new Vue({ el: '#app', render: h...
asked by 14.09.2017 / 22:25
2
answers

Open a certain tab by clicking the navbar link

I have a navbar that has several links to the same page that has 3 tabs. I need to click on a navbar item it opens the page with the specific tab selected. Itriedtodothis(butitdidnotwork): $("#menu").click(function(){ $("#dados-capa")....
asked by 31.10.2017 / 17:37
1
answer

Run mysql search after opening Modal

Galera, yesterday with the help of Bruno here on the page I managed to solve my problem of creating the modal, but today I have a new difficulty that I could not get over. Next to my modal opening with the opening through the normal click. Bu...
asked by 03.08.2017 / 03:17
2
answers

DropDownListFor selected values do not persist

I'm using ASP.NET C # with mvc 4 and in my View I have a DropDownListFor, with a class I used from bootstrap-multiselect, as in the image: Andthecodeintheview:@Html.DropDownListFor(m => m.Estagios, (IEnumerable<SelectListItem>)Model...
asked by 02.08.2017 / 17:43
2
answers

Validating a field of type input in function of a select

I am working with Codeigniter / Bootstrap and need to validate one field of my form depending on another. I have a select field named Contract, with two possible options (Yes or No) and another input type field called ContractDate. I need that w...
asked by 19.09.2016 / 19:05
2
answers

PHP - Get different database data from the same button

Well the problem is this: I have the following code HTML/PHP which allows me to go fetch the last four data entered in the database in order to show the last ones added: $getLastFour = mysqli_query($dbc,"Select * From products Order By...
asked by 27.09.2016 / 04:03
1
answer

Responsive upper corner image - Bootstrap

Well, let me have a question. How to insert a responsive image in the upper corner of a section using bootstrap. Ex: this is the site that I am developing renpa.esy.es, but in the fourth section that has bikes packages, I want to place an image...
asked by 27.12.2016 / 02:25
1
answer

Layout images in carousel bootstrap

I have the following code snippet: var images = []; for (var i = 0; i < actions.length; i++) { for (var j = 0; j < actions[i].Images.length; j++) { var imagem = new Image(); imagem.Description = actions[i].Images[j]...
asked by 04.01.2017 / 19:33
1
answer

doubt select with modal

I'm having trouble performing an action on my site. I have a select with some options, I need to select one of the options and give submit on a button, doing so would have to open a modal popup? That is, I selected the option, clicked on t...
asked by 09.03.2018 / 13:53
2
answers

Login Form Screen Flashes

I have a problem: I have a login screen that I made, but it blinks. I did not want this to happen. I wanted the login form to be static with the images passing in 5 minutes. Thelinkdoesnothavethegraybox.Iwantedthegrayboxtoo.Hereistheprobl...
asked by 30.12.2017 / 19:46