Most voted "html5" questions
HTML5 (Hypertext Markup Language, version 5) is a generic term for recent web technologies (HTML, CSS, and Javascript). It is also the latest iteration of the HTML Recommendation scheduled for 2014, and featuring new elements and Apis.
Learn more…3,881 questions
Sort by count of
-
0
votes1
answer249
viewshow to leave the div fixed in a location
I wanted to know how to make the div not break the layout I have the following problem when I open an answer to a comment it opens below this comment, but it was to stay on the side or something…
-
0
votes1
answer46
viewsHow to maintain value in Html5 even when changing in F12 mode?
Follows the code: Html5: <button id="btnSave" data-id="1">Save Click</button> JS: $(document).ready(function() { $("#btnSave").click(function(e) { AlertSave($(this).data("id")); }); });…
-
0
votes1
answer97
viewsSend two inputs for verification, ajax and php!
Good day, late and night. I have a problem sending two values with ajax, checking these values, to see if they already exist in the bd and finally returns a message telling if it exists or not! the…
-
0
votes1
answer37
viewsIdentify cities or other subjects
Good afternoon, my friends. I’m creating a website for a company and I’m having a little doubt. Can anyone tell me how do I get the site to "auto complete" user cities? EX: in the state I select…
-
0
votes0
answers158
viewsHow to store an array in sessionStorage
I need to store an array of strings in a sessionStorage but I don’t know how.
-
0
votes1
answer106
viewsHow do I pull elements from another page?
I am working on a script that needs to remove elements from a web page and add some text information to mine. I need you to script me from IMDB the description of an anime, how can I do it? Example:…
-
0
votes1
answer1113
viewsUpload html and save to Google drive
Good afternoon, I wonder if it is possible to make a form with uploads fields in html and save these files in Google drive. I read about Forms.studio, but their codes are paid for. Does anyone have…
-
0
votes1
answer414
viewsGallery css images in list form (limit and center the images on the screen)
Hello, I have a page where I want to organize the images in the form of lists I think the example will explain better, but the idea is to organize the images of 3 or 4 per line (space) and with…
-
0
votes1
answer306
viewsHow to hide a button in Ionic / Angular after it is clicked with ng-click?
I have a button, normal, with an ng-click calling a function: <button class="button button-full button-balanced" ng-click="fechaPedido(pedido.observacao )"> FINALIZAR PEDIDO </button> I…
-
0
votes0
answers226
viewsHTML Js Share share content
I would like to know if there is any global solution to generate news sharing on a social media content portal. Or I have to insert a different meta tag for each social network on each page.…
-
0
votes0
answers475
viewsTag Video in Html does not support firefox and works on the internet explore
I’m implementing video module in my company’s system, only I want to take a video of disk C: from the server, to be displayed within the system, more on the internet explore and edge works normal…
-
0
votes1
answer95
viewsHow do I use the video tag in firefox or Chrome
I’m trying and I can’t see the video in my system, picking up from the C:/, is working only on Internet Explore. Follow the code: <video width="320" src="C:\video\ninguemFerro.mov" height="240"…
-
0
votes1
answer224
viewsAuthenticate with Session Storage
I have a login screen, where if the user logs in a Sesssion Log with the necessary information, I also saw how I can read this saved information, but how do I open a page through the URL to check if…
-
0
votes1
answer73
viewshref does not execute jQuery and Function
When you click on the Reply link the code does not execute, it does not show the jQuery Alert or Function Alert, tbm does not show an error in the console, does not even execute.…
-
0
votes1
answer108
viewsHow to Do an Animated and Creative Loading with CSS3?
I wanted to do an animated loading like this example here: https://dribbble.com/shots/963799-Animation-Loading-gif…
-
0
votes1
answer943
viewsOptimize select PHP+Mysql loading
Hello, I have a form where I need to load two selects receiving from the bank about 13,000 records each. Initially I created a function that loaded the records and printed the HTML code of the…
-
0
votes2
answers2420
viewsBootstrap menu does not work Responsive
Menu with Bootstrap does not work responsibly. <!DOCTYPE html> <html> <head> <title>Nome da Loja</title> <meta charset="utf-8" /> <link rel="stylesheet"…
-
0
votes1
answer196
viewsSync data offline with Phonegap
A situation has arisen that I need to synchronize data from an App but the device does not always have connectivity because it is used by a seller on the street. When it has connectivity it saves…
-
0
votes1
answer89
viewsIonic1 + input [type=file] does not work; How does it work?
In my project, has a file type input that Chrome works correctly, Ios not tested and Android input does not work. Is there a Cordova plugin that makes the input file work or some javascript solution…
javascript android angularjs html5 ionicasked 7 years, 7 months ago Diogo Henrique Fragoso de Oliv 352 -
0
votes3
answers327
viewsExternal HTML in div without server
I own a page Index.html is a series of other html pages. I need to make sure that by clicking on a link the specific document appears in a div. In detail, I can’t use PHP include because I can’t…
-
0
votes0
answers878
viewsJquery find next element inside a complex div
Friends, I need to find an element in a tree DOM a little complex and I’m not getting the result. As I leave the input id = "barcode" i add new lines below and need to trigger the click on the next…
-
0
votes1
answer62
viewsNav-Burger Collapse onclick
Good afternoon, looking for someone to help me turn a Nav-Burger from the fontawesome (fa-fa-bars) to X when a click is done and vice versa.
-
0
votes0
answers49
viewsSlide Click when refreshing on the page
I am using the plugin bxslide, however when I load the page it works normally, but when I give refresh, it saves the images appearing all slides, not from JS error, but when I change the page size…
-
0
votes1
answer157
viewsHow to calculate the value of two inputs one of type range and other option and print result in real time?
Guys, I would like to know how I can be doing a calculation, in which I would take a range value and the value of an option and print the result in real time, but even if no option is selected and…
-
0
votes0
answers67
viewsWhat’s the difference between using type Ubmit in buttom and input?
I’ve always made forms with <input type="submit" value="Enviar">, but observing the bootstrap documentation I realized that they use Submit, so I decided to adopt this method because I always…
-
0
votes0
answers42
viewsWhich html markup for menu, which consumes the least browser resources?
Below is a simplified version of the HTML markup of a menu I use: <ul> <li><a href="#" title="Teste X">Teste X</a></li> <li><a href="#" title="Teste…
-
0
votes1
answer24
viewsError in newer versions
I have this line on the server that uses PHP and MYSQL in previous versions than on my local machine, works perfectly on the server, but on my machine with more current versions does not work. Is…
-
0
votes1
answer78
viewsMake the width of the <ul> equal to the width of an image inside a <li> of the <ul>
I have a ul, inside it has 3 li, inside one of these li has an image, I wonder if it has a method via css to make the width of ul equal the width of the image. (without changing the width of the…
-
0
votes2
answers169
viewsHide menu on login screen C#
I have a little problem, I need to hide a menu on the login screen when it is loaded. I used a solution that works locally, but on the server does not happen, follow below: //MENU QUE FICA NA MASTER…
-
0
votes1
answer719
viewsCarousel that passes one image at a time and with thumbnails underneath
I found an example and was trying to modify to what I need. I need the image displayed on the carousel and the thumbnails to be larger than the example I found, but when I try to modify the carousel…
-
0
votes1
answer87
viewsTip to assemble menu
Good morning friends, I am new here and I would like to count on your help, because I need to assemble a dropdown menu, with one of the sub-menus with another level. However, to follow a layout,…
-
0
votes1
answer253
viewsSobre Local Storage
Good night! I’m doing a job for the college that’s an online store. Well, I wasn’t able to get the buy button to send to the "shopping cart" page until a friend told me about Local Storage, the…
-
0
votes1
answer811
viewsDropdown menu form Does not appear when clicking button
I’m making a menu with Dropdown using bootstrap. That when you click on the login button it displays the fields for the user to enter the email and password. However, when you click the button the…
-
0
votes1
answer949
views -
0
votes1
answer807
viewsIs it possible to "hide" the browser toolbars, bookmarks and the like?
With the following code, I can open a new window hiding various browser components... <a href="#" onClick="javascript:visualControl('newpage.html'); return false;"> SampleText! </a>…
-
0
votes1
answer645
viewsHow to limit the amount of impressions from an HTML document?
Precise limit the number of printouts of an HTML document. Currently if the file is generated (via PHP), record in the database a flag sts_impresso = 1, however, there are times when the user has…
-
0
votes1
answer500
viewsWhy does the Hover effect stop working on these css buttons when I resize the screen?
Good morning, excuse me if there is already answer to my question here in the community, is that I am creating an "offline panel" for use here in the company, but certain things are not working very…
-
0
votes1
answer928
viewsMobile menu does not close when you click
People would like to know if it is possible to close the mobile menu when clicking the link because when I expand the menu it opens normally after I click on the link it goes to anchor that I…
-
0
votes0
answers56
views"Use Strict" - Waypoints
When making the code in jQuery for a website I came across the error "use strict". This error happens more exactly on line 2 "Missing 'use strict'" not letting it run. Needed help in solving it if…
-
0
votes1
answer796
viewsrestrict options for type="date" and type="time" fields
I am making a scheduling form. The company is not 24 hours and does not work every day of the week. In this case I need to narrow the options according to the company calendar. I thought to validate…
-
0
votes3
answers1525
viewsHow to create HTML elements with Javascript?
I have the following code Jsfiddle It creates a div that gives to insert information and that when calling the contextmenu with the direct button opens a box to insert an image. My question is: How…
-
0
votes1
answer479
viewsI would like to insert a javascript Alert into my action button
first the action call to exclude <?php $aux = 0; while($resultado = mysql_fetch_object($query)) { $url_alterar = "form_alterar.php?cod=".$resultado->id; $url_excluir =…
-
0
votes1
answer27
viewsProblems with encoding on static page
I have an html file sent from a Node.js server that can be accessed here who is having trouble with accentuation. It was working normally, however, after a small update, it got this problem. When I…
-
0
votes2
answers860
viewsLocal and Session Storage for Login and Registration
I have tried to do over two weeks in javascript and Html5, a registration and login form. After several unsuccessful attempts, I’ve come to ask for your help in solving this headache :( Here’s the…
-
0
votes3
answers224
viewsTake all content from a div and write at the beginning of a file
I’m making a posting creation system, in which the user, before saving the post, can view it. The visualization works perfectly, capturing the input values of the editing page. Now how do I get the…
-
0
votes2
answers1791
viewsHTML and CSS horizontal menu
Good guys, I’ve been programming for a while in Java and C#. So now I’m trying to improve more the Front-End part, and although I’ve read enough, when it comes to doing it is a little more…
-
0
votes1
answer405
viewsDASHBOARD - Can you export to Browser?! (Any language to the web)
How do I import this DASHBOARD made in VBA in EXCEL, to run in browser? In HTML, CSS, Javascript, php... Whatever, I just want you to run it in the browser.…
-
0
votes1
answer662
viewstag <video> does not work on android phones
I am developing a responsive site that has a video, when access this site on mobile the video is not displayed, if insert the video through the tag it works. Could someone help me?
-
0
votes1
answer270
viewsChange required field message
How to change the message below and stay with the simplicity and coherence I need? I have the following code: $(function() { var requiredCheckboxes = $('.periodicidade :checkbox[required]');…
-
0
votes1
answer40
viewsWhere to place canvas Rotate in this code
I searched a lot, but unfortunately I did not find where the canvas Rotate function I could add in this code. In html I have an input type ranger that I use to rotate the image.. The input type…