Questions tagged as 'html5'

1
answer

Clone table with checkbox values

   Updated code. Help from Edson Alves. I'm having trouble calculating Sum total when unchecking the checkbox. At the moment I'm marking, it calculates right, the problem is in the clearing that should subtract. $(".c").click(functio...
asked by 25.11.2018 / 00:52
1
answer

Positioning elements on the screen

How to position the elements without breaking I have a screen with some inputs , I'm using bootstrap and defining the sizes of the fields, but they are still broken as in the following image. IneedthemtobestraightandwithLabel...
asked by 06.11.2018 / 18:46
1
answer

How to Decrease TAB Size in Sublime Text 3

Edit HTML files with CSS and JS using Sublime Text 3. To reindent in Sublime Text 3, I use shortcut ctrl + shift + r when I paste a code out. What is the best practice to automate the TAB key by decreasing tabs from 4 spaces to 2, for exampl...
asked by 14.08.2018 / 16:19
1
answer

Problem making input appear and disappear with jquery

I need to have some inputs in my form mobile version hidden and displayed when I click on the button called Busca avançada I created a code jQuery more is not working do not know what I'm doing wrong remembering that I am us...
asked by 16.08.2018 / 06:34
1
answer

Why does ajax not work?

I have a code that does what I want, but refreshes the page. I have tried in many ways to use ajax to send the data to the database, but it still does not work, and I have 3 questions about ajax: 1 - Is it possible to create a $_SESSION...
asked by 31.07.2018 / 16:03
1
answer

Requests between Web and CLP Siemens small delay

This Jquery function is controlled when a switch on my page is performed a change $("#statusM1").change(function () { if (statusM1 == 0) { url = "index.html"; name = '"motor"'; val = 1;...
asked by 17.07.2018 / 02:09
1
answer

Validate password strength on front-end [duplicate]

Good evening guys, I need to validate the password that will be typed in the input simultaneous to the typing of this, ie, need to validate with javascritp. I have 3 Divs and texts that must have their color changed as the password specific...
asked by 23.07.2018 / 02:25
1
answer

Start a function in the click and stop it when clicking again?

Initially, the background of the circle should be white. When clicking on the circle, execute the change function in a loop, and when you click again, leave the background of the white circle stopping the change function. How to do this? // T...
asked by 30.07.2018 / 21:49
1
answer

How to improve the formatting of information within my Div?

Gentlemen, I need to format my Div according to the image attached below, with Meta information about Div, etc. Currently my code is breaking this information in lines, as attached image. Here's a snippet of my code, I hope you can help me...
asked by 30.07.2018 / 14:53
2
answers

footer "fixed" at the bottom of the page, but after the content

I currently have the following code: html, body, .content{ height:100%; } nav { height: 15%; background-color: red; } footer { position: fixed; bottom: 0; width: 100%; background-color: rgba(0,255,0,0.5); }...
asked by 30.07.2018 / 16:48