Questions tagged as 'html5'

3
answers

jquery to click and make appear / disappear different divs

I need to make clicking on the menu item, a div linked to this item appears on the screen, if I click on another menu item, the previous div disappears and the new div appears ... in the photo below the get an idea of what I need: When I c...
asked by 28.07.2017 / 14:37
1
answer

How to remove double side scrollbar?

I'm having a side scrolling duplicity problem on my page. I used the Bulma Framework. Does anybody know how to solve this? Here is the problem print: body { background-color: #f5f8f9; font-family: 'Lato', sans-serif; } aside...
asked by 17.07.2017 / 19:34
1
answer

Format CSS Button

I'm developing a web application and would like to leave my button with two visuals. A button with enter and another button longer but with the same look, same color, and wider width. But I'm not getting Lookhowthebuttonsare <buttontype=...
asked by 27.09.2017 / 23:11
1
answer

How to use the pattern attribute?

I've already reviewed the internet, even in W3school, and I can only see them reporting the "ready" code. With keys, questions, bars, dollar sign and several other parameters. But I did not find anything explaining how to use these parameters...
asked by 04.02.2017 / 18:07
1
answer

How to implement a map showing the units of a particular store on a site

I need to make an application that shows the available units of a store on the map. For example: There is a field where the user will enter their Neighborhood, City and City, based on this information I have to bring the next results in list...
asked by 12.08.2014 / 15:06
3
answers

How to print JavaScript variable value in HTML tag? [closed]

I would like to limit the selection of input date in this way, but it is not working. <script type="text/javascript"> var data = new Date(); var dia = data.getDate(); var mes = data.getMonth(); var ano4...
asked by 13.10.2017 / 17:40
1
answer

What are the attributes in the html tag?

In HTML5, what are the possible attributes that can be used in the element (tag) html ? I've always learned the attributes by studying W3Schools , but I noticed that they say nothing about attributes like prefix and xml:lang...
asked by 26.03.2016 / 03:35
2
answers

Javascript counter for clicks

Suppose I have the following counter: <button class="btn btn-primary" type="button"> Curtir <span class="badge"> 4 </span> </button> I want to apply this code below: function criaCounter(init) { var count =...
asked by 08.04.2016 / 17:02
2
answers

Add object in LocalStorage [object Object] [duplicate]

I've added an object in LocalStorage as follows: user: { authenticated: false, email: '', id: '', cpf: '' } localStorage.setItem('userData', this.user) When I'm going to recover, localStorage.get...
asked by 23.10.2018 / 15:39
5
answers

Is it possible to make a file upload system without using PHP?

I have to make a video upload system, at first, without using the "server side". I would like to know if you have how to do this without using php, using SQLLite or Local Storage. I already researched several sites and did not find much (and I'm...
asked by 28.07.2014 / 16:17