Questions tagged as 'html'

1
answer

Change text from a div within fancybox

I have a popup using Fancybox, inside it I have a div, I need to dynamically change using Javascript the text of it. I'm using the following code in the click of a button call: $('#id-da-div').html('Novo texto'); This simple code works anyw...
asked by 17.08.2017 / 02:22
1
answer

How to send data from a form to email without using php? [duplicate]

                      Forms                    <legend>Login</legend> Login: <input type="text" name="login"> Senha: <input type="password" name="senha"> <p> </fieldset>...
asked by 16.08.2017 / 21:06
1
answer

HTML / JS text field for date does not work in Firefox

I have the code below as an input for the date, it works fine on all browsers except Firefox. It probably has something to do with event.returnValue=false being ignored by the browser, how do I fix this? <html> <scr...
asked by 16.08.2017 / 21:20
1
answer

Spacing between Background

Good afternoon. I would like to know if it is possible to give a spacing between Background-repeat. That is, I'm with something like this: Image with example My CSS looks like this: background-image: url(imagens/half-circle-brown.png),...
asked by 03.08.2017 / 22:31
0
answers

Angular CheckBox JS Questions

I have a small catch in my application, I have a Grid with check-box and a check-box to mark all . I want a function that unchecks the check-box that marks all when you do not have all grid check boxes checked. <table> <thead...
asked by 02.08.2017 / 20:51
1
answer

Autocomplete insert the value into two different inputs?

I have this code <script type="text/javascript" src="js/jquery-1.4.2.js"></script> <script type='text/javascript' src="js/jquery.autocomplete.js"></script> <link rel="stylesheet" type=...
asked by 01.08.2017 / 21:59
2
answers

E-mail Marketing and colspan

I'm studying HTML to use in email marketing and I was looking at this email here: Iunderstoodthebeginningofthecode,butIdidnotunderstandthecolspanapplication:<tr><td><ahref="https://www.facebook.com/FGV-Energia-1579891958938780/?f...
asked by 01.08.2017 / 23:07
1
answer

How to create a layout inside Jquery and popular with data within a JSON

To create my image database and I have a page that CURRENTLY populates a list (C #), it follows the code: @{ List <ImageIndexer> imagesFoundList = LuceneSearch.Search((String)Request["search_input"]).ToList(); String imagesFoundJSON = L...
asked by 01.08.2017 / 20:34
2
answers

How to get the value of button A or B

I want javascript to recognize which button to press, when you press button A to show div A, and when you press button B show div B, the two divs may not appear together. The code I'm currently doing is like this: <input type="button" id...
asked by 15.08.2017 / 19:40
1
answer

I can not center the image! [duplicate]

How do I centralize a image within a DIV ? ( in html )     
asked by 03.08.2017 / 02:16