Questions tagged as 'html5'

2
answers

Jquery - Is there a way to connect buttons?

I'm a beginner in programming I'm working with wordpress. On the site I'm helping I have a Slider Revolution with 4 balloons that will serve as buttons. And in the body of the site I have a Portfolio plugin with filters. I'd like to know if y...
asked by 21.02.2017 / 20:43
2
answers

Charset does not work in JavaScript

I have the following JavaScript function that issues a confirm with a message that contains special characters. function cancelaCadastro(){ var cancelaCadastro = confirm(unescape("Você deseja cancelar o cadastro e voltar à página in...
asked by 20.06.2017 / 15:45
2
answers

Menu effect slowly appear css

asked by 19.01.2017 / 01:32
1
answer

How to get date without datetime? [duplicate]

Within the variable date I have this: Hereisthecodeinhtml:<inputtype="text" class="form-control" readonly disabled value="@Model.Data"> Final result: What is the simplest way to get a date? (date without time)     
asked by 18.01.2017 / 03:38
1
answer

Centralizing modal bootstrap on mobile screen

I'm trying to centralize a modal bootstrap in the center of a mobile screen, but the result is as follows: I'mfollowingthisexample,butit'snotworking:# Below my modal and CSS codes: <div id="modal-facens" class="modal fade" rol...
asked by 08.02.2017 / 15:24
2
answers

How to read a JSON using ONLY JavaScript? [closed]

I want to read and display in a console.log the information that is inside my .JSON, but without the use of jquery or other frameworks. Basic code.     
asked by 10.02.2017 / 21:17
1
answer

Customize password characters in password field

I have a simple user form and password, and I would like to set it so that instead of appearing the asterisk in the password field, I wanted an image to appear instead. The backend language I use is php 5.6 , for processing the form, and...
asked by 31.03.2017 / 04:56
2
answers

Error while showing and hiding a div with Jquery

Sirs, good morning! I'm trying to show and hide an image if it satisfies the set conditions, but they appear only after the else, not understanding what I'm missing. That is, the div cancel1, cancel2 and cancel3 are not appearing when if is atte...
asked by 21.03.2017 / 14:20
2
answers

Center items in a navbar when viewed on desktop

I'm using the following codes to create a navbar, but I would like that when viewed on desktop, the highlighted green items would be centered, but when viewed in mobile, it would remain exactly as in gif. CSSCodeul.bar-secondary{list-style-t...
asked by 25.01.2017 / 21:47
2
answers

Alternative to marquee with event that triggers when finished

The marquee has been deprecated and the alternative is to implement a css to perform the same text scrolling effect, which is valid. But there was a need to get the moment when the scrolling of the text comes to an end, an event...
asked by 07.12.2016 / 12:50