Questions tagged as 'html'

1
answer

Catch Media Screen CSS

Good afternoon, I would like to know some way to block the user from adjusting the resolution in the mobile version of the site (by sliding two fingers). As in this example: link (with the mobile browser you can not afford the size of the reso...
asked by 10.12.2014 / 17:15
2
answers

How to activate a function by an attribute?

Imagine a code: <div id='teste' data-conteudo="funcao()"></div> I want to get the attribute "% cc" from the "function ()" function to be triggered, as if it were a value of the onclick attribute.     
asked by 02.03.2018 / 01:53
2
answers

CSS Menu on Diagonal

I'm developing a layout of a mobile application, which will be developed at IONIC, the client sent us an example of how you would like the application menu, as you can see in the link below: link Could you give me an idea how to get this...
asked by 19.02.2018 / 21:27
2
answers

Check if checkbox is selected in the input

I would like to trigger a direct javascript event in the input of type checkbox when it is selected. For example: <input type="checkbox" isSelected="call()"> Note: I do not want to make a script.     
asked by 21.02.2018 / 21:24
2
answers

Questions about htaccess

I have a friendly link that would be localhost/artists/nome-do-artista/ , however I want to create pages within it eg Biography. localhost/artists/nome-do-artista/biography , only that my htaccess does not allow, how to solve? I'...
asked by 18.02.2018 / 17:48
3
answers

Add automatic option each passing month

I have a payment system, which has a select that displays the months since the system started, follows the code below: <select name="situacao"> <option>Fevereiro/2018</option> <option>Janeiro/2018</option>...
asked by 21.02.2018 / 18:57
2
answers

Div Slider between images on Hover

Good afternoon, I need to set up a project for a photography client and he asked me for something I had never done, I tried to search the internet but I did not find anything that would help me what I needed. I need in the DIV where the previ...
asked by 15.02.2018 / 16:57
3
answers

Are there any "parse" commands for jquery?

I get a string type: $ 10.00, I wanted to change it to 10.00 so I can calculate it, I tried the code below, but it did not work. for (let i=0; i<numColunas; i++){ valor = (colunas[i].textContent).parse("R$", ""); alert(valor);...
asked by 31.01.2018 / 17:33
1
answer

Repeat audio every time button is clicked - Javascript and HTML

I want the audio to repeat every time the button is pressed. Instead, it only repeats after the audio finishes. (NOTE: I'm using JSX) Javascript playShot() { var audio = document.getElementById('shot'); audio.play(); } HTML <...
asked by 14.02.2018 / 00:41
2
answers

Collapse bootstrap 4 does not work mobile [closed]

I'm having a collapse problem with bootstrap 4 in mobile mode. It opens normally but does not close, I've spent a lot of time trying to solve it and even more searching! Please help me ... Please check the correct resolution as the image....
asked by 30.11.2018 / 18:26