Questions tagged as 'html'

1
answer

customize input for multiupload of images

How can I customize an input field of file type for multiupload of images? I would like to get some image information, such as: format, size. (I know there are several plugins for this, but I'd like to learn from scratch how to do it) E...
asked by 16.11.2014 / 02:52
3
answers

Default date format brazil does not work in bootstrap

I have this bootstrap datepicker component <div class="col-md-2"> <input id="dataSolicitacao" type="text" name="timepicker" class="b-datepicker form-control form-white" placeholder="Informe a data" data-orientation="top"> </di...
asked by 01.04.2016 / 13:15
1
answer

Is the 'window' rendered by the gift or does it come before that?

A curiosity: I wonder if the window is rendered by dom when loading the window, since the document is usually window.document.html . Or does dom come after this parameter?     
asked by 13.04.2016 / 15:37
1
answer

Excel tabs that have been saved in html: how to take it up

I made a spreadsheet in excel with several tabs and then saved in html because I want to use it on my site. The tabs on the worksheet are at the bottom, the site user would have to scroll down to change the tab you want, I'd like the tabs to...
asked by 14.09.2018 / 01:25
1
answer

Display a GIF from the beginning

Scenario I have a page that contains a div where content is loaded by JQuery and a div hidden ( hidden ), with a GIF: <div id="lista"></div> <div id="loading" hidden> <img src="loading.gif"/&g...
asked by 01.08.2018 / 17:08
2
answers

Refresh Div HTML PHP Javascript

I'm having some problems updating a div without updating the entire page. Here is the code: <div class="main" align="justify"> <div id="mensagens"> <?php echo file_get_contents('arquivo.txt'); ?> </div&...
asked by 19.11.2015 / 22:33
1
answer

Register data using ComboBox

I'm trying to create an On-Line real estate, I've been able to build the structure, but I have no idea how to register the States, Cities and Neighborhoods using a ComboBox. For those of you who can give a review I leave the address link to...
asked by 17.11.2015 / 12:47
2
answers

Create a table with sorting using DataTable

I am creating a table and need to give the option to sort the table by the field of your choice. I tried to use the dataTable the data is padded correctly in the table but when I click on a header to sort, filter, or any other function of the da...
asked by 15.11.2015 / 19:54
2
answers

Best way to bind objects from 1 to N - asp.net MVC

I'd like to know how to best give the Binding of data in object FuncaoGrupo of my Controller . Each item in the Funcoes list will generate 4 Checkbox in the View. I have the following class: public class GrupoDeUsuari...
asked by 17.11.2015 / 02:39
1
answer

Print HTML page in mobile browsers

I'm building a system that will work on the web in PHP, where I have to make some impressions of some vouchers. The system can print the pages in HTML when I am on the computer, when I am accessing the system by a Smartphone or tablet the print...
asked by 18.11.2015 / 16:05