Questions tagged as 'jquery'

1
answer

I want to use jquery in angle 5 but I get the following error How do I solve this?

I want to use jquery in a typescript file but when compiling I get the error in the attached image !! I open the browser console and there are no errors. I'm using visual studio code. Please help me     
asked by 19.02.2018 / 21:10
0
answers

save canvans in variable blob of mysql with a post ajax and php

I need your help a week ago I am trying to store an image of a Canvas in a mysql table, the column of the table is of type longblob. the HTML is as follows: <!DOCTYPE html PUBLIC > <head> <meta http-equiv="Content-Type" content=...
asked by 05.02.2018 / 17:54
0
answers

Modify values in table with Laravel ajax

Good, I have a table that shows a series of records whose fields are input to be able to update them in the table directly. The code works to the point of having more than one row of values in the table. Surely I have to indicate in each input t...
asked by 04.02.2018 / 14:38
0
answers

Problem to apply type effect (fadeIn) to different background-image

My problem is this: I'm making an application that displays a series of elements. On the left is the browser with some buttons to access the corresponding content. Each time a button is pressed, the window changes, with the background,...
asked by 06.02.2018 / 09:54
2
answers

Pass data through a link

Through a foreach: foreach ($conexion->query($cefpp) as $row) { $id = $row['id']; $dato = $row['dato']; echo "<a href='plantilla.php?id=".$id."' class="dato" id="dato" data-valor='".$dato."'>"; } I show...
asked by 06.02.2018 / 10:53
1
answer

Problems with the JQuery-UI DatePicker Calendar, it stays open when setting a setDate when loading my page

I am using the function datepicker() of JQuery-UI and I have programmed it so that when loading my page it shows me the current date in an input HTML . JavaScript code $(document).ready(function(){ $("#fecha-ticket")....
asked by 08.02.2018 / 03:45
1
answer

How to make an ajax call using jquery to a PHP function that is inside a class?

I'm trying to make an ajax call, to a PHP function that is inside a class, the php file is called GAlumnos.php, so far I'm still failing.Help !!! ] 1     
asked by 03.02.2018 / 14:40
2
answers

Display problems of a mobile site

Hi, I'm having a problem with the visualization of a site that arme, it turns out that I check it in the mobile mode that brings chrome, mozilla and it looks perfect, now I check it from my cell phone in any browser and it looks disarmed, it hap...
asked by 03.02.2018 / 13:32
1
answer

how to detect when I return to a page with java script

I have a problem with a report in which I include dates that are loaded into controls with a javascript function I call this in my document.ready so that I can set dates for today and then execute my search according to those dates up there all...
asked by 29.01.2018 / 23:30
0
answers

Problems loading a Select

For some time now I have been presented with this problem in a registration form that I am doing, I am trying to fill several select dependent of each example: Country-> State-> city I'm doing with Jquery $(document).ready(function(){...
asked by 30.01.2018 / 14:31