Questions tagged as 'jquery'

4
answers

How to get the answer of an asynchronous call (AJAX) out of it?

I currently have this function: function devuelveButaca(posicion){ var array = posicion.split('_'); var row = array[0]; var column = array[1]; var planta = $('#plantaField').val(); var resultado = ""; $.ajax({ t...
asked by 22.12.2015 / 13:03
0
answers

Help understanding positioning with parallax.js

I am trying to recreate a painting of an artist using parallax with the elements that make up the collage, but I can not understand how to position the elements or that it is centered in the center proportionally. I put a link to my codepe...
asked by 09.08.2018 / 03:24
2
answers

Charge the contents of a .php that contains a form in a div but does not work submit

It's the first time I write, since I almost always find the answer solved without having to explain it before. My query is as follows: I have a index.php with a div to load a list of users in the upper part and another in the lower one w...
asked by 15.08.2018 / 22:46
0
answers

because the data is not saved the first time I save it, but if it is saved the second time?

My problem is as follows. I have a form whose data is saved correctly. The problem is that when I am going to update (edit) the data that I saved previously (because I made an error when editing or that I was ...), the new data is not saved when...
asked by 09.08.2018 / 12:58
0
answers

Update div without reloading page with jQuery

I am trying to update a div without reloading the page, for this I do it with jQuery, and I am doing fine, but there is a small error and that is that when updating the div, the functions are not executed. Let me explain, I have a div where a se...
asked by 05.08.2018 / 10:40
1
answer

Make a polylinea with jquery gmaps

I try to make a polylinea, with jquery gmaps , I have the function but it does not draw: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MostrarUbicaciones.aspx.cs" Inherits="WebApplication2.WebForm1" %> <!DOCTYPE html>...
asked by 09.08.2018 / 20:11
1
answer

Error updating several clients with Socket.io

I have a calendar (fullCalendar.io), after creating / updating an event, I save in the BD and refresh the calendar: function refreshEvent() { $('#calendar').fullCalendar('refetchEvents'); }; I have no problems with this. I implemented...
asked by 09.08.2018 / 20:06
1
answer

Save DOM element as IMG

I need to save a specific DOM (div, panel, etc) element in image by pressing "X" button, like the following. When pressing the button that is saved in img all the content of that specific element, as if it were a screen printing but of a spec...
asked by 12.08.2018 / 19:48
0
answers

Validate JqxCombobox as required from javascript

I have a problem I am using jqxwidget and I need to validate that a field is required, and I must do it from javascript because it will be required depending on what is selected in other components, here my html code: <div id="divPlaza" cla...
asked by 07.08.2018 / 13:02
0
answers

Contrarian Problems Click on a link to with Php, Jquery

Good morning, I have been reviewing a page and they asked me to do a job that every time you click on a specific tag, click on a database, when you click open a modal that is obtained by jquery or ajax. . I do not understand much about ajax but...
asked by 07.08.2018 / 16:16