Questions tagged as 'jquery'

2
answers

HideShow - Jquery

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">...
asked by 14.12.2017 / 15:58
2
answers

Problem Laravel Routes with Ajax

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...
asked by 22.12.2017 / 06:16
1
answer

Get public ip of the C # device

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...
asked by 22.12.2017 / 01:45
3
answers

Problem with jquery Notice: Undefined index

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...
asked by 21.12.2017 / 20:18
2
answers

if I enter the textbox "fa fa-android" change the icon to which that class belongs with JQuery or Js

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...
asked by 06.12.2017 / 21:08
1
answer

Is there any way to know if an object hits (collides) with another in javascript?

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...
asked by 09.12.2017 / 07:12
3
answers

Paginate a mysql table with DataTable

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...
asked by 26.01.2018 / 15:08
1
answer

Get the time to open based on the day

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...
asked by 06.12.2017 / 12:23
1
answer

Google Chart and AngularJS

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...
asked by 04.12.2017 / 13:37
2
answers

Hello Friends, help with "Return" button does not work and generates an exception!

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:...
asked by 27.11.2017 / 19:13