Questions tagged as 'jquery'

1
answer

How to show the existing username in a database with jQuery AJAX?

You could say that I am "new" in this php language and mysql queries, since you are developing a website, practically Social Network, which is centralized in hosting photos by users, that is, each registered user has the opportunity to upload yo...
asked by 22.11.2018 / 17:45
1
answer

How to replace the hover effect in mobile

I have created a list ul and in each element I have placed images, the case is that desktop when I hover over these images a layer is displayed over the image that I had previously hidden, in that layer it shows information about the image. When...
asked by 21.11.2018 / 18:43
1
answer

Update a PHP variable type array using JQuery

I have a plugin in wordpress that runs some counters: My question is whether it is possible to update this variable with JQuery through an event, for example by clicking on the heart icon. I do not pretend that they do the work to me, o...
asked by 20.11.2018 / 15:41
0
answers

does anyone know how to assign a fetch_assoc () or a mysqli_fetch_array () to a variable?

Thanks for reading my post. I've been trying to do an assignment to a variable from a fetch_assoc () or a mysqli_fetch_array (), this is my code: $dba = mysqli_connect('localhost', 'root', '', 'prueba'); $salida = ""; $query = "SELECT * F...
asked by 11.11.2018 / 06:09
1
answer

How to obtain a specific data of a Json with ajax and jsp?

I have a table with different products, and this list is obtained with ajax, data in json format and I show it in a datatable. I have a modify button for each product which opens a modal with the fields that can be modified, what I want is that...
asked by 12.11.2018 / 08:34
0
answers

validate a BD data and show results in an option

The detail I have is that I have to validate a text (RFC) of an input, and that when clicking on a submit check, I return the clients with the same RFC in an option .... I already look and I do not understand how to do it ... this part is the...
asked by 06.12.2018 / 23:32
0
answers

Jquery - Requests from time to time, error 429

I'm doing verification in an interval of time to bring the notifications, the problem throws me the following error: Error : 429 (Too Many Requests) Does anyone know how I can prevent this?    Current code: setInterval(function()...
asked by 18.12.2018 / 20:07
1
answer

CKEditor does not save special characters

I'm using CKEditor version 4 and all good but the problem is that when I try to save a code block of the language that is for example: HTML, C #, JavaScript, Java, etc., it does not save it in the database , when I put words with accents or with...
asked by 05.11.2018 / 19:16
0
answers

retrieve jquery event

I use the library jquery.mobile-events.min , to control swipe events in mobile. At a certain moment I am interested in stopping the sliding function. $(function(){$('#touch-zone').on('swipeleft', function(e) { alert('izq'); }) }); $(d...
asked by 18.12.2018 / 20:54
0
answers

multidatespicker jquery jquery-ui-dist

I am implementing a small system with laravel and to give solution to the multiple selection of dates I decided to use jquery multidatespicker ( link ), my problem is that when running the command npm run dev sends me the following error    h...
asked by 20.11.2018 / 01:27