Questions tagged as 'html5'

1
answer

Making buttons that change the tab in a menu of type Bootstrap nav-tabs

I currently have the following code: link The following JavaScript code is intended to cause the buttons with the words "Previous" and "Continue", respectively, to return and advance a tab. But clicking does not happen. <script type="t...
asked by 29.05.2018 / 22:51
1
answer

Field with auto required in java script

I have my code where I select an item and the field suits each case. When I select number the field returns a given type to be typed and works fine (I got the hint on another question I made by Marcelo Uchimura), however, I now want to know how...
asked by 03.06.2018 / 18:09
1
answer

Render content on the screen from an option

I would like to know how I do to instead of having multiple pages for each menu option, I just render according to the click event the content on the screen, for example: <main class="container"> <div class="banner"> <...
asked by 25.05.2018 / 14:55
1
answer

Insert image in the background of the site

Hello! I'm new to programming, and I'm currently studying WEB DESIGN AND INTERFACE. I would like to know how I insert an image as a background in the site, so that the "body" of the site (texts, links ...) is superimposed over it. Type as a "wat...
asked by 26.05.2018 / 02:14
1
answer

Send data to different pages in a form

Good afternoon, I have a form that needs to do 2 different actions, 1 of them is to do an update on a php page with name update.php and another to delete with name delete.php, I need depending on the option clicked the form send to update or del...
asked by 20.05.2018 / 21:58
1
answer

How to center text within input type="time"?

<input class="menor" type="time" id="abre" name="abre" required><br><br> I have this input with the following CSS: .menor { text-align: center; } On the computer, it works normally. But on the cell phone, the text doe...
asked by 20.05.2018 / 20:08
0
answers

Wordpress - Check if mouse passed / clicked on image without links

I've done a lot of research already and did not find anything that works, I need something in wordpress that runs on the html widget, which in a common image is displayed without any link register somewhere (out of the user's eyes) if the even p...
asked by 19.05.2018 / 09:10
0
answers

Website responsiveness according to Browser

I know it's a hot topic and can easily go through duplicate, but before pointing, read. BootsTraps properties do not apply to the Safari Browser? I have an application that in 3 Browser (Chrome, FireFox and Edge) work norally, but testi...
asked by 04.06.2018 / 16:06
1
answer

AUTOCOMPLETE jquery ui

Galera, beauty? I made a script in jQuery that uses Autocomplete in a search bar, the code works, however when it appears select with the options my header is on top, what can it be? Thank you //JQUERYUICODE$(function(){varCategorias=["Doces",...
asked by 05.06.2018 / 05:18
2
answers

When double clicking on the image of the ball a copy of the image is inserted into one of the divs randomly using this code snippet

<body> <div id="princ"> <div class="princ" id="header"></div> <div id="div1" class="interna">DIV 1</div> <div id="div2" class="interna">DIV 2</div>...
asked by 18.05.2018 / 03:08