Questions tagged as 'javascript'

0
answers

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

I've been looking for the solution to this error everywhere, but no. I would need your help to be able to continue with the project. Here's the php and js. PHP: <?php $accion = $_POST['accion']; $password= $_POST['passw...
asked by 10.12.2018 / 18:10
1
answer

I can not send my data from a dynamic table in C # mvc

Good, I have a question. I can not send the data entered by the user in my pivot table to my MVC controller and C # in my view I have the following: Function that creates the Dynamic table: function fn_agregar() { cadena = "<tr>...
asked by 10.12.2018 / 17:44
0
answers

Error: Can not read property 'elements' of undefined

I have the following problem:    Can not read property 'elements' of undefined When I try to do this: for(var i=0;i<168;i++){ for(var j=0;j<4;j++){ // aquí el error, Necesito obtener el name del radioBUtton de forma d...
asked by 10.12.2018 / 17:30
1
answer

CKEditor does not load video plugin

I am using CKEditor 4.8.0 The problem here is that it does not load the video plugin I have made these configurations in the config.js of the ckeditor Video plugin: config.extraPlugins = 'video'; HTML5 Video Plugin config.extraPl...
asked by 13.12.2018 / 18:22
1
answer

Node - a module is executed twice

I do not understand why the module query.js is executed twice so I read it might be for an arrow function, but I can not find the problem. const mysql = require('mysql'); //----------------------------------------------- require mysq...
asked by 08.12.2018 / 22:33
1
answer

execute script function in the corresponding box

My question is when I add another row of fields when I put the numbers in the boxes in the row below I take the result in the row above <script> function multi(){ var total = 1; var change=...
asked by 06.12.2018 / 17:01
0
answers

Repeat data when consulting

Hello colleagues I have a problem when I consult data when I consult a data I see everything I want to see normal but if I give the button to consult or consult something else I repeat the function function buscardatos1(e){ datos = { ins...
asked by 06.12.2018 / 19:38
0
answers

How can I use "{$ link-getImageLink ($ product-link_rewrite," + imahov + "," small_default ")}" as a string in jquery?

I think the problem is the bracket { that can not be taken as text Try using this feature: $('.attribute_list li a img').on('mouseover', function () { var imahov = $(this).attr("alt"); $("a.jqzoom img").attr("src", "{$link->getIm...
asked by 06.12.2018 / 20:09
1
answer

How can I print directly (without a dialog box) on a website with angularJS to a Zebra bluetooth printer! MZ320

The issue is that I am creating a website and I need to print a ticket (as they are in the bank to wait) and for this I need it to be direct from the print button of my web app to print to the printer. I've searched everywhere and I can not find...
asked by 06.12.2018 / 17:00
0
answers

how to validate in an each x-editable

I have the following table where I add a correlative to an item, Valid that the item is not blank and also that this is not repeated. Validate that this blank works well, but the one that does not repeat does not work, but I can not compare it....
asked by 10.12.2018 / 15:11