Questions tagged as 'html'

1
answer

How to put a text box in javascript

I would like to know how to put a javascript input box, to be more specific, within a given cell of a table (generated through an array). Right now ... J.G. <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset...
asked by 21.09.2015 / 18:56
1
answer

How to check what a html / javascript page is loading?

How can I check what my browser is trying to load even after the html / javascript page has already loaded "completely"? The page is: link If they can do a test and see that it delivers the result correctly, but the browser is loading so...
asked by 03.03.2016 / 17:44
1
answer

How to traverse the values of an [object Object]

I need to get the values of each key within a loop . The values are in "Blocks": [ { "estado":"Ceará", "cidade":"Fortaleza", "nome_revendedor":"Zélia", "telefone":"85 9999999", "email":"[email protected]...
asked by 07.01.2016 / 19:25
1
answer

How to do line break in a li? [closed]

How do I give a line break in a text that is inside a li, and configure css to be correct? I'm trying to make a menu whose list items have quadrangular background, but I can even do the line break but the problem is in the CSS that I can no...
asked by 05.01.2016 / 16:04
3
answers

How to edit HTML table data with jquery

I'm creating a registration page where I can only make use of HTML, jquery and css. However, I have difficulties in the function to change the data of the records, whenever I insert a record in the table, the previous one of the one of the bug i...
asked by 18.09.2015 / 21:40
1
answer

Question about animate with jQuery

Suppose I have a div with visibility hidden, how can I do that when I click on a button this div becomes visibility: visible and seconds later it gets hidden again? I could not even use visibility with animate $("button").click(function(){...
asked by 06.09.2015 / 19:28
1
answer

Align elements of a form to the center?

How can I put the inputs / textareas in the center (but do I want the label to continue on the left)? form { width: 700px; color: red; } form textarea,input { display: block; margin: 0 0 30px 0; } <form>...
asked by 12.09.2015 / 23:14
1
answer

Toggle css class in a nav toggle, using Jquery

I am making a menu with a toggle using Jquery . The menu is working perfectly. I am using an Font Awesome class to show the icon on the button to enable toggle . I want to change the class fa-chevron-circle-down to fa-chevron-...
asked by 14.10.2015 / 21:38
1
answer

How to add onclick event to play audio on canvas?

When clicking on an image I want to play a sound. How can I do this function using the onclick event? Code: window.onload = function myCanvas() { var c = document.getElementById("myCanvas"); var ctx = c....
asked by 18.10.2015 / 22:55
1
answer

Float does not work correctly and overlap section

I have a problem with a section because the text of one of them is overlapping the other when the page is resized and I do not know what to try so it does not follow the code: /*******************************************************...
asked by 02.07.2015 / 18:44