Questions tagged as 'html5'

2
answers

Onclick event in a list show an image

I need help with an event onclick : When you click a text within a <ul><li> list. I would like you to display an image in a div on the side. How do I do this?     
asked by 18.08.2018 / 04:31
2
answers

Failed to trigger an event

I have a function called conferirPalpite() that in thesis should be triggered by the button "Send guess" (this button has an id="sendPalpite"). I can add the value to the screen, but pressing the "Send Thrust" button does nothing, as if t...
asked by 01.09.2018 / 21:25
1
answer

Separation of Tabs

I made the separation in Tabs of two sections, but they are not divided and end up coming in the same separation, regardless of which separation I click. I would like it to be displayed, only one tab at a time. <!DOCTYPE html> &l...
asked by 16.07.2018 / 20:19
2
answers

Get the value of a radio button with Vanilla Javascript?

How to select a radio button using pure JS and pick up the user-defined value? Follow my HTML: <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="cadastro" id="professorCadastro" value...
asked by 16.05.2018 / 16:49
2
answers

Enable inputs as required

How can I make each input field filled in the next one appear in jQuery? It would be so, select unit then the user selects the period of the party, after choosing the day the last field to choose the type of party appears function marcaDes...
asked by 21.05.2018 / 21:41
1
answer

Can I place the navigation menu inside the site header?

Could I put the navigation menu inside the site header? Usually, it comes after the header (from what I saw). If I put it in, is it wrong? I made a website, after I saw that the nav was inside the header.     
asked by 25.04.2018 / 12:40
1
answer

The page was uploaded through HTTPS, but requested an insecure XMLHttpRequest endpoint

I'm calling a Resting Application API implemented from Https to Http Rest API. I wrote the logic in VueJs. The web service call failed with the message below. vue-resource.js: 1091 Mixed Content: The page at ' link ' was loaded over HTTPS, bu...
asked by 20.03.2018 / 12:41
2
answers

how to work with Bootstrap table?

Look at the figure HowdoIleavethedatenexttothewordDollar?That'sthecode!<divclass="row"> 12/12/2000 </div> <div class="row"> <table class="table"> <tr> &l...
asked by 20.03.2018 / 11:36
1
answer

How do I make an alert near the return date?

I'm developing a library system for an institution, but I'm having trouble alerting when the return date is near or leaving the fields in red when a student does not deliver the book on a given day. Controller <?php namespace App\Http...
asked by 15.03.2018 / 06:47
1
answer

Automatic scrolling for audio playing in a playllist

In the following player the audio running is not shown, ie if you are playing audio 10 the page does not scroll to the same, how do an automatic scrolling so that the page is rolled up to the running audio? / p> // Dependencies: // https:/...
asked by 17.03.2018 / 13:41