Questions tagged as 'twitter-bootstrap'

2
answers

Introduction of formulas in the Web application

Greetings! I'm developing a web application, with the tools (HTML + CSS + JAVASCRIPT) {BootStrap} + PHP + MySQL. It is a kind of teacher's notebook, and at some point the teacher will have to enter the formula for calculating the average of freq...
asked by 02.05.2018 / 08:49
0
answers

Save DOUBLE value with period in mysql database

Good afternoon, I'm developing an ECOMMERCE, and I have the following problem: I have DOUBLE values of height, width, length, value, at the time I'm going to save in the database it tries to SAVE with comma and error! I would like to add a textb...
asked by 30.12.2018 / 19:22
1
answer

Modal problems with jquery: Uncaught TypeError: $ (...) .modal is not a function

I do not know what I'm doing to try to fix this error! Help me there, please. NOTE: JQUERY WORKS NORMAL, SINCE I HAVE VALIDATIONS THERE. ONLY THE MODAL WORKS, I DO NOT KNOW WHY = / <!DOCTYPE html> <html lang="pt-br"&g...
asked by 17.11.2017 / 00:03
1
answer

How to change the menu colors?

When we create a menu with Bootstrap, it by default , creates a black strip across the menu area. It looks beautiful like that. But in the company I'm in, the predominant color is magenta, so I was asked to change that color from black to magen...
asked by 20.08.2014 / 19:40
2
answers

How to manipulate objects inside a div?

I'm a beginner in web programming and I've done everything I knew. Can anyone help me to center these items side by side preferably with smaller spacing ??? NOTE: I have been able to space too much or not to space as you can see in the images...
asked by 13.08.2018 / 17:05
2
answers

Rotating Banner with Bootstrap

How do I make a rotating banner with Bootstrap? I searched the Bootstrap documentation, but I did not see anything about a rotating banner. How I do? In truth, what I want to do is to display several images, this is what I call the rotating...
asked by 28.07.2014 / 15:58
3
answers

Validate only number in the input [closed]

I have this html <input formControlName="sGPTypeDeliveryId" type="text" placeholder="Tipo de Entrega" class="form-control" required="required" pattern="[0-9]+$"> Using the pattern attribute should work, but with me it is not working....
asked by 23.07.2018 / 21:04
1
answer

Bootstrap creating a new column for the second title of the same month?

This script has an object that returns records from different months. In the first month there are two records and PHP is creating a new column for the second record of that month. Can anyone help me? <?php class Evento { public $id...
asked by 21.09.2015 / 16:06
1
answer

PHP / Bootstrap radio selector does not work

Can you explain why the code below does not work? You're giving me an error when I run. Displays the error below: Followthecodeinpastebin: link     
asked by 14.12.2018 / 16:25
0
answers

Call error in Bootstrap js file

When I access the browser console it generates the following error: Bootstrap functions like tooltip work normally even with this error, I am calling jQuery before Bootstrap as in the image: Can anyone tell me why this error and h...
asked by 16.03.2015 / 16:15