Questions tagged as 'javascript'

0
answers

Uncaught SyntaxError: Unexpected token: using Google Maps API

When I enter my page to load the latitude and longitude data to show on the google map, I get the following error in the console: Uncaught SyntaxError: Unexpected token : When checking the javascript, it does not indicate an error, but it o...
asked by 25.06.2018 / 16:16
0
answers

Validation Alert Form yii2

I would like to know if someone has an example of how I can validate a form in yii2 but with an alert popup, example I have a form which is validated with ajax but I would like to click on the submit button to validate and show a popup with the...
asked by 26.07.2018 / 22:48
1
answer

How do I add functionality to a button in a table in javascript

I need the button to take the values of the row it is in and save them for use in a java class <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <!DOCTYPE html> <html lang="en"> <head> <title>Cybe...
asked by 23.06.2018 / 14:22
0
answers

Error ElectonJS

This app is programmed in an iMac but now I want to run it in another mac, I install dependencies and I run it but it gives me the following error:    MacBook-Air-of-Alejandro: electron-smartboxes alexhack $ npm install   npm WARN @ agm / cor...
asked by 23.06.2018 / 09:54
1
answer

Can a javascript function be executed from a Controller with an ActionResult?

I do not know if I can but I need to execute a javascript instruction that returns a value to me. But I need to do it from an ActionResult of a controller in ASP.NET MVC Clarification: I already know that it is a client code in the server cod...
asked by 23.06.2018 / 00:31
0
answers

Get results of the mercadopago transaction

I'm doing a project where you send payments for products using mercadopago, so far it works as it should but the process has a problem. When the user is going to make the payment, he uses a button that uses the% co_of market% pay, when he cli...
asked by 24.06.2018 / 20:13
0
answers

HTTPS In MEAN Self-signed?

Hi, I would like to know if it is possible to create a self-signed and valid https page by google, because create a code with openssl in Ubuntu 16.0.4 But when generating the codes and putting them in node, I used to say that the signatures w...
asked by 23.06.2018 / 04:38
1
answer

How do I load a driver before loading a js file?

I'm doing a small guided tutorial for a web page, I'm using a library called introjs , which helps a lot for that task. But I have a small problem, the web page is created with MVC Razor, and the menu part is dynamic, and it is loaded from t...
asked by 16.07.2018 / 22:45
0
answers

Pass select value obtained by js to a php variable in an invoice number

As I said above I have an invoice number which has to carry the code of the department and what I want is that depending on the department that you select the invoice number change that is if you select purchases the invoice number will be "COMN...
asked by 16.07.2018 / 23:58
0
answers

Retrieve record in a DATATABLE to be able to edit it - Django

I have a form in which the following data is recorded: ORIGEN , CANTIDAD , DEFECTO , COMPONENTE , COMENTARIO and% DATATABLE a ITEM is selected. Once the information is captured, the record is saved...
asked by 16.07.2018 / 21:20