Questions tagged as 'twitter-bootstrap'

1
answer

Problem with Twitter Bootstrap

I want to do something like this on my site: link But I'm having trouble positioning the image between one div and another! Follow my code: <header class="navbar-wrapper header"> <div class="container"> <...
asked by 13.10.2014 / 20:23
1
answer

javascript error - Uncaught TypeError - I can not solve

It gives me the following error: Uncaught TypeError: undefined is not a function. I still can not figure it out. I have already changed the jquery versions and nothing. I looked for quotes, semicolon errors and even then I still can not solve. T...
asked by 09.09.2014 / 15:46
1
answer

Footer Buttons like old Symbian with Twitter Bootstrap

I was given the task of making a mobile web app, and I'm trying to do it with the help of Twitter Bootstrap. One of the tasks is to make a pair of buttons in the footer, both of equal size, each occupying half the width of the screen: just lik...
asked by 08.09.2014 / 23:41
2
answers

jQuery .click () event, does not work with tag button (with Bootstrap 3)

I have a website with 2 files (index.php and modals.php). In index.php I use include("modals.php"); and in modals.php I have several modals that are generated dynamically, according to the information in DB. In modals.php I have 2 butt...
asked by 07.06.2014 / 20:33
1
answer

How to reload config.json in bootstrap

I'm trying to generate a gist with config.json to reload the bootstrap without losing any changes I've made. Then I created a gist: link But when trying to load bootstrap like this: link and also this way: link Is generating...
asked by 27.05.2014 / 19:47
1
answer

Play an audio every time there are changes in BD [closed]

I'm having problems with a page that reads the last values entered in the DB of a particular counter. The page has a section that is constantly refreshed (Scores) and the idea is to play a sound every time there are changes in the DB the problem...
asked by 05.08.2014 / 17:10
4
answers

How to change the color of only one element in a form-group with several others?

Hello What happens to me is the following: I'm using the Bootstrap Validator to validate the fields on my form. However, when you rotate the page, the fields are getting as follows. Note that the "Code" field is disabled. Only the "Social...
asked by 20.06.2014 / 17:01
2
answers

Problems with cshtml presentation (Visual)

I have a cshtml, which is shown like this: A sequence of filters that are fixed. When I click on search, then I get the return of a method in the controller via json by a jquery function and in the success of ajax, I add the rest of the html on...
asked by 27.06.2014 / 14:41
1
answer

Return after HttpPost in Partial View

Good evening, I'm working with Bootstrap 3 tabs, and I have the following structure: View.cshtml <div class="tab-content"> <div id="tab_cooperado" class="tab-pane fade"> @{Html.RenderPartial("PartialView", new Mod...
asked by 24.06.2014 / 23:05
1
answer

Bootstrap increase input

I'm doing a mobile app and I'm testing the build with Bootstrap, but there's a problem: <input type="tel" class="form-control" placeholder="Código Estabelecimento" required autofocus> <input type="password" class="form-contro...
asked by 06.07.2014 / 02:12