Questions tagged as 'javascript'

1
answer

visual studio does not save the changes in the frontend

visual studio does not update the changes, but it only happens in the frontend, when I change css rules or javaScript files     
asked by 14.08.2018 / 14:49
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
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
2
answers

How to center an icon image inside another image?

I have an image format icon (.png) which I want to center on an image as such, but I can not center it, the image of the icon I added it in a ** and then there is the background image, but I have not grappled with the exact position in the cente...
asked by 09.08.2018 / 13:41
0
answers

change text displayed on selected radio button

I have a function to show value and index of the selected input in a list type: radio <script type="text/javascript"> $(function() { var $radBtn = $("span.ef-example-3-rating input:radio"); $radBtn.click(f...
asked by 09.08.2018 / 10:48
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

store String in a JavaScript data string

good afternoon I would like to know if you could help me the problem esque I create an array and I empty data from a for but the array of strings does not store them being the integer if having the problem in the SETTLEMENT NOTE pa...
asked by 03.08.2018 / 19:30
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
0
answers

How to select at least one duplicate value of my JTable?

I try to establish a condition that determines that at least that I have selected at least one duplicate value in my JTable, the information in the JTable looks like this. I have something of this style that fills the JTable try {...
asked by 03.08.2018 / 15:36