Questions tagged as 'html'

0
answers

Loader and nav bar

I have a question with a page I'm doing, I made a loader with jquery: window.onload = function() { $(".loader").fadeOut("slow"); $(".container-fluid").css("display","block"); } NOW, when the page is loading the nav bar that is insid...
asked by 27.09.2018 / 20:57
1
answer

Problem aligning the columns of the head of a table with the body

I am using a datatable and I have problems aligning the columns of the table header with the data shown in body . The code is as follows: <table id="datatable_fixed_column" class="table table-striped table-bordered" width="1...
asked by 28.09.2018 / 02:44
1
answer

Error datepicker format JSP

Good this is my field to enter a holiday date, but the default format is like dd month, yyyy (27 September, 2018). <div class="row"> <div class="input-field col s4"> <input type="date" class="datepicker" id="fechainivac" onch...
asked by 27.09.2018 / 17:13
0
answers

Error in preg_replace, PHP

I am using this line of code: $routerPattern = "#^" . preg_replace('/\\:[a-zA-Z0-9\_\-]+/', '([a-zA-Z0-9\-\_]+)', preg_quote($route)). "$#D"; In my PHP code for a program, this function must use regular expressions to find this char...
asked by 26.09.2018 / 18:50
1
answer

Change input type="radio" by input type="image" + php

good day, I currently use the input type radio with the post method to get information: <td class="borrar"> <form method="post" action="location.reload()" name="eliminado"> <input type="r...
asked by 02.10.2018 / 00:40
1
answer

Login with user privileges

I log in with privileges, that is, if it is an administrator that redirects it to another page, but I have a problem with my code since what I need to compare is my field username (username == administrator) If it is equal to administrator t...
asked by 03.10.2018 / 01:54
0
answers

ScrollMagic is not defined

I try to implement ScrollMagic for the implementation in a new web page but I get the error:    ScrollMagic is not defined continuously. Why does it come out if I have all the scripts implemented in the HTML? <!DOCTYPE html>...
asked by 03.10.2018 / 09:01
1
answer

How can I create a dictionary of feminine and masculine words?

I have a question, I have defined a function to restrict offensive words in my input but I need a code so that regardless of the word that is entered, the code restricts the words in both female and male, example: dog - bitch the following is...
asked by 26.09.2018 / 14:43
0
answers

Error code target frame

I can not find where the error is because the frame does not work. The widget is: <html> <frameset> <frame name="iframe13" src="blank.html"> </frameset> </html> and the link is: <a href="{{post.post_link}}...
asked by 30.09.2018 / 01:00
0
answers

How to implement a dialog in html?

Hello good afternoon, I am making a website made with html php and mysql I currently set the title attribute of some HTML if I want to provide more information but when I'm going to show it on an ipad you can not show someone would help me solve...
asked by 02.10.2018 / 20:32