Questions tagged as 'html'

1
answer

Improvements in dynamic content

Good afternoon, I have a function in jquery that I have been improving since I discovered it in forums, it serves to create elements dynamically using jquery /* função que insere e remove cadeia de inputs */ var inputnew = 0; function...
asked by 05.05.2017 / 17:50
2
answers

Values from one form to another

No index.html will have a pre-form with name, email, city and UF. I will need to get this data and play to another form that will be in another html file. I have a certain notion in jQuery, but I wonder if I'm going to have to use a...
asked by 27.03.2017 / 21:05
1
answer

Javascript onclick / addEventListener without anonymous function

I have a problem with the onclick / addEventListener of javascript, I have already tried it in several different ways and none has resulted, I wanted my click event to be equal to a function already declared and not equal to an anonymous functio...
asked by 17.03.2017 / 03:39
1
answer

How to become responsive

I have this project more advanced, but I left it smooth to be able to facilitate the visualization and for you to help me = D, I tried everything possible using the media queries but nothing, I want the window to fit on any screen and the bigger...
asked by 15.03.2017 / 20:17
5
answers

How to use Materialize side-nav?

Good morning, I'm trying to make a menu responsive to my portfolio, I'm using the materialize but when I put it fixed the side-nav of the mobile buga version, it's all dark and does not click on the items, here's the image how it gets when you'r...
asked by 08.03.2017 / 15:29
2
answers

Display Image before saving to bank

I'm trying to show an image, before saving it in the bank, in an image field. The following is an attachment that I'm using: <script type="text/javascript"> function mostraImagem() { var imagem = document.getEleme...
asked by 10.05.2017 / 17:35
1
answer

How to display data from a Node.js script in an HTML page

I would like to know how I can run a Node.js script in an HTML page. The script is a crawler , that is, it pulls data from a page and I would like to display the information it brings. I would also like to know if there is any similar function...
asked by 24.05.2017 / 02:50
1
answer

Display MySQL inside modal

I'm developing a new ordering system in PHP that works as follows: The user uploads the requests, which are stored in a MySQL table called requests ; After uploading, the user can change the status of these requests through script in...
asked by 27.05.2017 / 03:08
3
answers

How to add multiple elements within the jQuery html () function?

I have the following excerpt: $('#div').html(); I need to add some div within this div , but I do not know how, because if I try to do this it gives error: NOTEM THE ADDITIONAL SIGN FOR THE CONCATENATION $('#div').html($...
asked by 31.05.2017 / 00:30
2
answers

CSS - aligns images

I have the following HTML code: <div class="book"> <div class="book-image"> <?php echo '<img src="data:image/jpeg;base64,'.base64_encode( $books->Image ).'"height="180" width="130">'; ?>...
asked by 28.05.2017 / 21:28