Questions tagged as 'html'

0
answers

Click event does not get data [closed]

Well, I'm a beginner in this whole world, and I'm trying to implement a function in my application. I found a project available for download and I changed the whole code to my favor, but at the end of it came across something, which seems simple...
asked by 17.03.2017 / 23:39
0
answers

Insert a same image multiple times through the input file

I'm setting up a website for a school, and I'm adopting a new feature. I created an input file for people to insert images and they, through a preview should appear in the respective pictures below. But it only works with the first frame! does n...
asked by 17.03.2017 / 15:55
1
answer

Uploading Multiple PHP Files jQuery

I would like to send multiple files via post using jQuery, I tried several codes and I could not, I would like you to help me. I have this form: HTML - index.html <div class="arquivo" style="display: none;"> <form name="for...
asked by 17.03.2017 / 13:30
1
answer

if condition in php is not running

I have the following code in a PHP file: <?php if($debug == 1){ ?> <button id="btn-debug" class="btn btn-default"><i class="fa fa-bug"></i></button> <?php } ?> The variable debug is called here...
asked by 18.02.2017 / 21:12
1
answer

save to file a backend return

My backend controller returns a file of type xlsx to my front, this is the method that returns: public FileResult ListarLivrosExcel() { // Gerando minha planilha e recebendo-a using (ExcelPackage arquivoExcel = new BmpoDTO...
asked by 20.02.2017 / 11:37
1
answer

How to access data from a dynamic imput of a form with django?

I'm participating in a project where we're using django. I created a form with two initial fields and can add more dynamically using javascript. <div class="form-group"> <div class="panel-title"><b>Informe os Crit...
asked by 18.02.2017 / 20:22
1
answer

Developing Upload Related Videos

I want to create a script that works like in sites of the genre: dailymotion , metacafe and many other video repositories that do this. When the user opens a video, he starts the video to run inside a div whose id will be define...
asked by 27.01.2017 / 19:12
8
answers

What should I use in CSS, id or class?

I started to practice html and css and some doubts came up: When creating a style for an HTML element what should I use in CSS, class or id ? What is your criteria for choosing what to use in CSS?     
asked by 31.03.2014 / 19:59
2
answers

Fill Second Input automatically when filling the First

I have a input that I'll give the name of input-1 , and there I'll insert this: 12:00 When I have a second input that I am going to give the name of input-2 , it is possible to insert in input-1 : 12:...
asked by 23.04.2015 / 01:10
1
answer

Get attribute value PHP DOM [closed]

I'm trying to make an application to grab certain values from a page and insert them into a page of mine. I do not know how to program, but I'm still risking it, because it's to improve my job (bid analyst). So far I have managed to get one of t...
asked by 28.01.2017 / 23:20