Questions tagged as 'html'

1
answer

Aligning Fields on a Form

Well, I'm developing a webpage with a form. How can I align text boxes to fill in? I tried to put everything inside a div with the class container, I tried to set the size to approximate sizes, but there are always millimeters of difference, and...
asked by 21.04.2015 / 23:54
1
answer

I can not change the contents of my button

I'm trying to change the text of my button when I click on it, but I'm not getting it. My code: function altera(argument) { document.getElementById('novo').innerHTML="atualizou"; } <!DOCTYPE html> <html> <head&...
asked by 27.10.2018 / 17:13
1
answer

html javascript list json data in ul li [closed]

Staff ask for help from friends: The code makes an ajax request to take data from an api (json) and go through all objects inside the array    My json = [{Name: "Ajato 2000"}, {Name: "Crystal I"}] In the case how do I list or print the...
asked by 27.11.2018 / 03:51
2
answers

update div with checkbox value checked

const inputs = [...document.querySelectorAll("input[class='serv']")]; const res = document.getElementById("resultado"); const total = res.querySelector('[name="total"]'); const nomes = res.querySelector('[name="nomes"]'); inputs.forEach...
asked by 01.12.2018 / 05:34
2
answers

Placing images on top of links [closed]

Hi! I wanted an image to appear when I hovered over an HTML link ... Here, what I have now ... <body> <img src="https://d1u5p3l4wpay3k.cloudfront.net/arksurvivalevolved_gamepedia/7/7b/ARK-_Extinction.png?version=64858f8a63faac340a9...
asked by 26.11.2018 / 23:37
2
answers

JQuery - Tooggle Panels

I need help with Jquery below ... I need every% of% of each% of% to show <div id="flip"></div> . However, the way it is, it only works with the first div content ... on the second when you click nothing happens .. can anyone...
asked by 01.10.2018 / 16:35
1
answer

Console Errors Warning

The following warnings are appearing on the console with chrome: "Uncaught TypeError: $ is not a function bootstrap.js: 29" "SyntaxError: Unexpected token [angular.js: 12330" Follow my code: <!DOCTYPE html> <html ng-app="flux...
asked by 10.11.2015 / 11:59
2
answers

div 100% height - CSS

How can I leave my column at 100% height? example: EXAMPLE where Teste is written, it is the column that has to be 100% height, DETAIL On some screens, I will add content using jQuery , I also need to not leave th...
asked by 03.12.2015 / 17:30
2
answers

Break line correctly in a List with Data Binding AngularJS

I have a list of comments where I display some data. But when the comment is too large the list is strange because the line break does not happen correctly. Example: Hereisthecode:<divclass="jumbotron"> <div layout="row" layout-ma...
asked by 26.11.2015 / 14:41
2
answers

PHP variable in a value HTML

How do I put the php variable in the following value: <?php while($ver=mysql_fetch_row($busca)){ $id1 = $ver[0]; ?> <tr> <td><input type="radio" value="$id1"></td> <...
asked by 16.11.2015 / 19:22