Questions tagged as 'javascript'

1
answer

How can I get the percentage value and also perform the calculation?

//Creo una función donde voy a sumar todos los valores totales de la última columna var sumaTotalesDetalleGastoGeneral = function(){ //Inicializo en 0 el valor a establecer indicando el resultado de la sumatoria var totales = 0; //Recorro todas...
asked by 06.10.2017 / 14:33
1
answer

How to get the total sum of all the subtotals?

//Creo una función donde voy a sumar todos los valores totales de la última columna var sumaTotales = function(){ //Inicializo en 0 el valor a establecer indicando el resultado de la sumatoria var totales = 0; //Recorro todas las filas de l...
asked by 06.10.2017 / 03:17
2
answers

change message of use instructions of google maps [closed]

How to change that text message (red box) from goolge maps to a personalized one for my maps, thanks.     
asked by 05.10.2017 / 17:20
1
answer

Launch Applications From The Browser?

Good morning, I have the following question several days ago I am trying to open applications that have installed the client from the browser, As seen in the attached images (This is from Google Chrome) (This functionality is from BitBucket) whe...
asked by 28.12.2017 / 19:23
3
answers

When I give in my onclick event sending a date I am left

It happens that I am developing a system in php and the result of a query is this: <?php $data = '<table class="table table-striped"> <tr> <th>ID</th>...
asked by 05.01.2018 / 07:22
2
answers

Checkbox generated by default in append sends wrong value

Hi I explain, I have a script that generates inputs dynamically, it worked perfectly, the detection of checkboxes with this code: $(document).on("change", "input[type='checkbox']", function() { var checkbox_val = ( this.checked ) ? 'Si' :...
asked by 02.11.2017 / 17:43
1
answer

When I try to make a Javascript call using xmlrpc with JQuery, I get this error

   jquery-3.2.1.js: 3860 jQuery.Deferred exception: True is not defined   ReferenceError: True is not defined        at Object. (file: /// C: /Users/user/Downloads/odoo-js/funciones.js: 38: 84)        at mightThrow (file: /// C: /Users/user/Down...
asked by 27.10.2017 / 11:43
2
answers

Pass hidden values from a form to ajax

I'm trying to pass the values of several input to a function in ajax, but it does not pick them up. <input type="hidden" name="rooms" value="<?php echo $room ?>"> <input type="hidden" name="destination" value="<?php echo $id_...
asked by 06.12.2016 / 02:47
2
answers

Meteor JS and Cordova

How can I call native Java methods through Cordova with Meteor? I've tried cordova.exec () declaring plugins, but I do not know exactly where to declare these plugins. I found that I should declare them in the following way, in the config.xml fi...
asked by 01.12.2016 / 02:12
1
answer

know percentage in javascript

I am making a progress bar that according to a countdown, automatically logs the session according to the time spent. This is the example of how it works more or less. It would be a warning that the session will be closed, but otherwise it is...
asked by 13.04.2018 / 14:54