Good morning Dear
I tried the HideShow method with an example class but it does not work.
<html>
<head>
<script type="text/javascript" src="../jquery.js"></script>
<script type="text/javascript">...
I am using Laravel 5.4, I have three forms (Create - Edit - Clone) and in the 3 I need to execute the following Ajax request, for this reason the url of each form varies:
http://app.dev/users/datasheet/create
http://app.dev/users/datasheet/6/e...
I'm trying to get the public ip of the team. In addition to additional information such as the type of browser and the location of the public IP obtained.
One of my main questions is to know if there is a place where this information can be obta...
Good morning
I have a problem with the combobox and the jquery , the event is not "activated" from the drop-down menu (I have 2 dependent menus mark-> model)
script that is in the html head
<script language="javascript" src...
I have an HTML list where I have several icons that are options from the list, because these working with .NET I have added a textbox to facilitate the sending of data to my BD, in that textbox according to the icon you select send the class "fa...
I have an idea to make an animation when an object of the DOM impacts with another but I do not know when they impact there is a way to know it?
I'll give you an example of what I take when I give the arrows box 1 moves my idea is that when I...
I have a table that brings mysql data in PHP, and I have the DataTable Scripts, but it does not page the table.
What should I do to get the table,
Thanks in advance.
<table>
<head>
<meta charset="utf-8"/>
<meta htt...
I have the following HTML code
Sunday 18:00 - 23:30
Monday 18:00 - 23:30
Tuesday 18:00 - 23:30
Wednesday 18:00 - 23:30
Thursday 18:00 - 23:30
Friday 18:00 - 23:30
Saturday 18:00 - 23:30
In The Javascript I have:
var hour_start = 14;
var h...
I have a small concern, I currently need to generate statistics of records by dates of the year:
MYSQL CONSULTATION
SELECT fecha_registro AS Fecha,
count(*) AS Registros
FROM persona
WHERE id_tipoUsuario = '4'
AND empresa_per = '$id_empr...
What happens is that I'm validating events with <a></a> and the detail that these are to return when filling out forms, the problem is that I do not know how to handle some exceptions because they generate these errors:...