Questions tagged as 'javascript'

1
answer

Multiple ajax when creating a jquery module

I have created a module / plugin in jquery. This creates a select and inserts the options taking the information by ajax. The problem is that when creating 2 selects he makes me 2 ajax calls. (function ($) { var property = { calendars:...
asked by 02.08.2018 / 10:55
2
answers

How to edit nested Selects jquery?

Hi, I have this problem with two nested select2s (one depends on the other), the first thing is that I filled a datatable.net with the data and I passed them through oneclick to be able to edit them: EditarTrabajador = function ( CodOficina, D...
asked by 02.08.2018 / 14:56
0
answers

Keep object in session to put together a ticket

I want to generate a ticket or invoice. And I have the ticket window, an add button that leads to the product listing page, and in it the add button (selected products) and a finished one returns to the previous screen. But I can not list the de...
asked by 01.08.2018 / 07:33
0
answers

How to make a status monitor or activity progress

I would like to know how I can do not know if it is called as I know it, a monitor of activities, in which a user who has logged in can observe the activities he has done, if he has not made a form for example a padlock will appear saying that i...
asked by 01.08.2018 / 05:28
0
answers

Somebody help me with this error: "ApolloError.js: 43 Uncaught (in promise) Error: Network error: Can not read property 'Mutation' of undefined"

Hi, I am testing this from the local state with apollo client and it gives me this error when invoking the mutate method. ApolloError.js: 43 Uncaught (in promise) Error: Network error: Can not read property 'Mutation' of undefined --------...
asked by 12.09.2018 / 22:54
1
answer

How to pass object to javascript function in onclick event?

from a list of objects, go through each, and for each row, pass the complete object to a javascript function, where you can access the data and eventually convert that object to json. In my attempts I only get [object]. The idea is to pass th...
asked by 12.09.2018 / 21:57
0
answers

How to deal with annoying JS message?

On my page I have several manners that are shown after being redirected after certain conditions have been met. The problem is that when I click on any element of the page that I did not send to another page, console sends me this message: Unca...
asked by 12.09.2018 / 23:18
0
answers

Uncaught TypeError: Can not read property 'send' of undefined fancywebsocket.js:

I need help in the implementation of the socket, since I do not know why I get this error Uncaught TypeError: Cannot read property 'send' of undefined fancywebsocket.js: then the file class.PHPWebSocket.php , the servidor.php...
asked by 31.07.2018 / 00:02
0
answers

Problem when passing data from parent component to children

I have a Welcome.vue parent component that I arrived at after logging in, as the template became very extensive, I took out the navigationDrawer and the Toolbar in two external components, something like: <template> <navigation-dr...
asked by 31.07.2018 / 00:37
0
answers

I would like to extract the sucess and error that this javascript answers me, how is it done?

$(document).ready(function(){ $('#idBoton').click( function(){ var order_val =$('#verificacion').val(); var order_name = $('#name').val(); var order_cedula = $('#cedula').val(); v...
asked by 30.07.2018 / 21:50