Questions tagged as 'html'

1
answer

deleteRow Does not completely delete the table row

Here is my javascript function that should permanently delete a line: function deletaItemExtra(item){ var x = document.getElementById(item); x.deleteCell(1); x.deleteCell(0); document.getElem...
asked by 25.07.2017 / 22:53
2
answers

Insert special characters into mysql and pull these identical values in the web application [duplicate]

Good evening, I need to add values to the database by mysql so that they have special characters. I can add, but I can not pull the values correctly, they end up coming with symbols in place of the special characters, for example ... Comput...
asked by 27.07.2017 / 05:09
2
answers

Problem with jQuery fadeOut!

I'm trying to make a PRELOADER that will appear before loading the page. The problem is that even after the page is loaded it does not disappear. I have the following code HTML: <div id="preloader"></div> CSS: #preloader{ posi...
asked by 26.07.2017 / 00:06
1
answer

Dropdown menu does not work on touch

I have the following problem I made this site but accessing it on the mobile and clicking on the menu it expands to a dropown in the tab what we offer and when I click on a link it does not work it simply selects the link below it is worth rem...
asked by 04.10.2016 / 21:00
2
answers

How to Reset Select2 and Multiselect Fields of the Form

I have a registration form where I reset the fields when entering a record with the following: document.getElementById(id).reset(); //Aqui passo o id do formulário The problem is that I now have a select2 multiselect that are not being...
asked by 06.10.2016 / 22:47
1
answer

Background with transparent image

As I leave the background image transparent and responsive, responsive I got with the code below, but now I need to put transparency in the image.    CSS body{ background: url(../img/bg.jpg) no-repeat center center fixed; background-si...
asked by 17.08.2016 / 15:34
1
answer

Print only selected records in the checkbox

I have the following table, but I'm not sure how to use the checkbox, how do I print only the selected checkboxes? And as he is inside the table he is appearing in the print, how to make it not appear too. <table class='datatable table ta...
asked by 27.07.2016 / 23:49
1
answer

Method $ _POST returning NULL

Good evening. I'm having a problem with my $ _POST method, because it just returns me NULL. I've already tried N forms, refiz design, BD, refiz class by class, etc., but to no avail. Where am I wrong? Here's a part of the code: <?php...
asked by 29.07.2016 / 04:00
1
answer

php undefinex index [closed]

index.html                                   Customer Registration <!-- Bootstrap --> <link rel="stylesheet" href="css/bootstrap.css"> </head> <nav class="navbar-default navbar navbar col-lg-12"> <div class="col-md...
asked by 13.10.2016 / 19:11
1
answer

Tag Form Closes Alone

When I send this html code via ajax it displays correctly but closes the Form tag shortly after opening it, is there another way to do this? or there is some syntax error. $FormUserCad = '<div class="Ctn_Form_Cad"> <div class=...
asked by 14.10.2016 / 19:27