Questions tagged as 'javascript'

0
answers

Users are unsubscribed when sending push notification of the one singal

I have linked my application developed with the QUASAR framework compiled for android with Cordova with One Signal looking for the way to push notifications although the application is closed, seems to succeed in making the link with the followi...
asked by 01.06.2018 / 01:34
0
answers

Form error

I ask you a question, when I click on my form in the send button, you are sending me the message: "A problem has occurred, please try again." I have the following HTML form: <form name="sentMessage" class="positioned" id="contactForm"...
asked by 01.06.2018 / 02:28
2
answers

how to send a result of a javascript function to php

function onQtyChange(e) { var row = this.parentNode.parentNode; var cellPrice = row.querySelector('td:nth-child(5)'); var prevPrice = parseFloat(row.getAttribute('data-price')); var newQty = parseFloat(this.value); alert(prevPrice); v...
asked by 01.06.2018 / 18:46
3
answers

Go through a select row of a table with javascript

I'm trying to go through a table which in each box has select , which I use to calculate a sum, my problem is how can I get the value of the td , because if I do it, but I do not know how I can take that value from the select...
asked by 02.06.2018 / 04:20
1
answer

Pass different javascript html variables when clicking

I'm with a calendar with html and javascript, and I would like to click on one day to open another html that I have indicating the year, month and day that I have previously selected. Before they tell me anything, I looked at the forum for di...
asked by 08.06.2018 / 11:00
1
answer

Good, I want to pass the data that appear in my table to a form on another page, I am doing it to myself and it does not pull me

<form role="form" name="boton" action="../cd/pre.php" method="POST""> <table class="table"> <div class="alert alert-info"> <h2>Mis Encuestas</h2> </div>...
asked by 08.06.2018 / 07:23
1
answer

Reload DataTable content

I have a DataTable that I fill with a PHP that makes a query and I want to make only the table recharge: <div class="card-body"> <table id='ejemplo1' class='table table-bordered table-striped'>...
asked by 31.05.2018 / 17:16
0
answers

can not read property '_withtask' of undefined vue

I have a click event and I miss this error: can not read property '_withtask' of undefined. My code is: <button v-on:click="addNode"></button> And as a method: export default Vue.extend({ methods: { addNode: f...
asked by 12.06.2018 / 11:26
0
answers

Error in the submenu only when accessing from the cell phone

Good day, I am generated an error or failure on the next page under construction: link When I access from a phone (must access from one since in PC this error is not generated) the menu works well (it is displayed), the tab "meet and eve...
asked by 31.05.2018 / 11:51
2
answers

Does anyone know how I can fix this simple calculator? [closed]

<html> <head> <title>TODO supply a title</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css.css" rel="st...
asked by 31.05.2018 / 15:08