Questions tagged as 'html5'

1
answer

Error calling jquery library Uncaught TypeError: $ (...) .Datatable is not a function

I have a problem when using a datatable plugin, I think it loads the jquery script twice, but I do not know where. <script src="../src/js/jquery.min.js"></script> <script src="../dist/js/getorgchart.js"></script> <...
asked by 03.06.2018 / 18:50
1
answer

A div is found hiding a drop down menu

I have a menu that said menu has submenus and they are shown down, what happens is that when I put to see the submenu, it is covered by a div that I have for content, as I can do so that the menu is above the content div. that submenu r...
asked by 24.05.2018 / 02:52
1
answer

the content of a td rowspan = 4 does not cover 100% of the td

I am designing a document with html tables, the problem is that I want to put a logo or image in a <td> that covers 4 rows but the image only takes me the space equivalent to one row, although the <td> four rows the ima...
asked by 18.05.2018 / 17:57
2
answers

Validate if there is one or several checkboxes selected in Javascript

Sometimes they ask us in a form of HTML , list in 1 or n checkboxes characteristics of an element. Example: Select 1 or n areas of interest for your job application. Then we must obtain the C / U ID of the areas of interest that you s...
asked by 25.05.2018 / 23:19
1
answer

Enter link and open dropdown [closed]

I'm trying to do the following: On a page I have several links <section class="ac-container"> <div> <input id="ac-1" name="accordion-1" type="checkbox" /> <label for="ac-1">About us</label> <articl...
asked by 25.05.2018 / 14:49
1
answer

Error traversing a JSON

I am trying to run a json which I previously obtained from php. But when I try to run it to show it, it sends me this error in the console.   I'm new to javascript and ajax, my goal is that json, is an array of a query made in mysql, when I...
asked by 05.05.2018 / 13:12
1
answer

How can I create a file with data inside and if it exists replace it with php

I want it when a url arrives:   ? page = home & amp = change = user1 and put it in $ _GET variable [''] $Cambiar_recibido = $_GET['cambiar']; //Imprimir esa varible $usuario = $Cambiar_recibido; //Crear el archivo y si ya existe...
asked by 28.04.2018 / 23:51
1
answer

How to delete the last text or written number?

It turns out that I want to try to have the last number erased  I've written but I can not think of how. Something like the backspace that computers have, that's why the arrow between AC and the percentage. var primern; var segundon; v...
asked by 25.04.2018 / 00:24
1
answer

Google ReCatpcha

I have a problem in understanding the Google ReCatpcha, here is my html code <form id="contact-form" class="contact-form" action="contact_form_handler.php" method="post" novalidate="novalidate"> <p> <input id="name" class="r...
asked by 20.04.2018 / 09:01
2
answers

Button that does not work

Hello everyone and thanks in advance. I have a simple form with Nombre , email , Mensaje and a Send button. The code of the button is: <div class="form-field col x-100 align-center"> <input class="submit-...
asked by 13.04.2018 / 12:10