Questions tagged as 'html'

1
answer

Limit a loop

I'm practicing PHP recently and I know how to loop with While, but I wanted to limit this loop to not break a column of the site. <?php include_once 'conexao.php'; $sql = "select * from perfil"; $result = mysqli_q...
asked by 23.07.2017 / 19:25
2
answers

Dropdown Menu Responsive

I created a responsive menu, I would like to add an action to my button, when it was clicked my menu would appear, the menu is already created, but still could not get it to appear just with the click: this is my index where the menu is...
asked by 23.07.2017 / 19:39
0
answers

Calling function that is inside another

Html: <html> <head> <title> Caixa Eletrônico </title> <meta charset="utf-8"> <link rel="icon" href="http://icon-icons.com/icons2/516/PNG/512/cash_icon-icons.com_51090.png" type="image/x-...
asked by 03.07.2017 / 20:40
1
answer

Handle date correctly

I have a calendar where I'm using the Fullcalendar (javascript) library and when I click on an event I want more information to be displayed until all is right I now have a form field in a modal returned a date from the database but it returns...
asked by 03.07.2017 / 22:48
0
answers

Slide Up Menu

Hello, I would like to leave my menu overlapping the slide in the boostrap but when I add the slide, it stays on top of the menu, like this in the image Thisismyindexwheretheslideis <!DOCTYPE html> <html > <head&g...
asked by 01.07.2017 / 18:25
0
answers

Problems with accent and HTML with Node.js

I'm creating a Microsoft Bot for Messenger, but I'm having problems with accentuation in the text and html is being displayed in the answer. Code: switch (session.message.text) { case 'Contato': session.send("<h3>Aqui...
asked by 10.07.2017 / 15:07
0
answers

Store quiz responses with javascript

I'm trying to create a quiz and I'd like to know how I create a function to store responses using javascript. Can I store in an array and then make the comparison if they are right? <!DOCTYPE html> <html> <head>...
asked by 25.06.2017 / 19:58
3
answers

Make the Bootstrap columns fill 100% of the row width

I think it's something simple, but since I'm new to Bootstrap I still have not figured it out. What I want is for the columns to fill the full width of the row, I put a red border on the sides of it to make it easier to understand. I know...
asked by 11.07.2017 / 04:30
1
answer

How to get information in dynamic Jquery

I have the following code that calls all categories for a menu. They are dynamically created: function retornaCategorias (){ var container = $("#navmenu"); var container1 = $(".top-nav"); var listaCategorias = container.find(".most...
asked by 11.07.2017 / 16:00
0
answers

Bootstrap - Testimonial

I'm picking up to fit in a bootstrap 4 a carousel for witness like this attached image: MybiggestdoubtisjusttheredbuttonsasyouapproachthembecauseintheB4patternit'sveryfaraway.Cananyonehelpme? <section style="background: url('./paginas/asset...
asked by 31.08.2017 / 16:27