Questions tagged as 'html'

0
answers

Dynamic date mask in JavaScript [closed]

Recently I had to perform a mask for dates with autocompletion, I searched and did not find answers to solve my doubts. When you type '4' in the first field, you should already enter '0', and so on. Well, I was able to come up with a code...
asked by 12.02.2017 / 12:19
1
answer

how to return array pax html via ajax / php

I have the function below in the functions.php files function get_ADRESS(){ if(isset($_POST['getcep']) and $_SERVER['REQUEST_METHOD'] == "POST"){ $cep = escape($_POST['cep']); //10 $cep = preg_replace("/[^0-9]/", "",...
asked by 14.02.2017 / 11:38
0
answers

Modifying height of the text field while keeping the 'focus' of the field at the top

Good morning, I have a simple question, I did some research and could not find anything related, I do not want to believe that this is a bug. So, typing the field starts only in the middle of it, no matter how much padding or margin I gi...
asked by 13.02.2017 / 13:34
2
answers

How to insert element into another created dynamically

When I load the page, I have some checkboxes: <input type="checkbox"> And when I get to the ready page, I want to put the checkbox inside a label with class 'checkboxPersonalizada', being as follows: <label class="checkboxPersona...
asked by 12.01.2017 / 01:49
1
answer

Configure page headers with DOMPDF

Is there any way to configure DOMPDF to place a header on all pages of the generated PDF? I am generating a report and would like all the pages of the report to have the header of the first one. //define o estilo da página pdf $style='...
asked by 09.09.2015 / 19:02
0
answers

Site becomes responsive in the PC smartphone simulator, but in practice it is not responsive [closed]

Good afternoon I'm having trouble getting my site responsive, because it's properly responsive to the PC simulator (link below) SITE: link SITE MOBILE VERSION: link Butinpracticeitdoesnotlooklikethis,mysmartphonerecognizesth...
asked by 30.12.2016 / 16:52
1
answer

View clickable link coming from database [duplicate]

I want to display the link that can be clickable, appearing as text: I'm using the code below, but it still comes as text and I can not click: @Html.Raw(HttpUtility.HtmlDecode(item.Facebook))     
asked by 29.12.2016 / 22:34
0
answers

Google Maps does not work on Mobile [closed]

I have this HTML code below and it used to work, suddenly the map does not load anymore and I can not solve the problem. can anybody help me? I test in Firefox and Chrome on Android. <html> <head> <meta http-equiv="content-typ...
asked by 04.01.2017 / 18:06
0
answers

Serialize does not load after request Ajax

I have a query that brings the result of the database to a table that each line of the result has the option to edit, until there the query and executed normal, after clicking on edit it loads the function SELECIONA_EDITAR_DOCUMENTO , whic...
asked by 29.12.2016 / 13:33
2
answers

How to manipulate DIVs with several CSS rules?

I'm creating a scrolling time alert for tablets and cell phones, based on the Spinning Wheel project, found at link The problem is that in my project, the alert should appear in the middle of the screen, and in the original project, several...
asked by 28.12.2016 / 21:48