Hello, I am using google Oauth2 for login and I do not throw anything, I put everything as indicated in your documentation but nothing, run by googleUser console and say that (is not defined)
<script>
function onSignIn() {
/*var...
I have the following method where I get a text field from the table.
function save(){
$('#tableDespacho tr').on('click', function(){
//var first = $(this).find('td:first').html();
var area = $(this).find('td:eq(0)').text();...
I want to upload an application with backend in nodejs and frontend in react without creating 2 projects in heroku.
The directories of my application are like this:
My Application
app - "This folder contains the frontend created with...
Good day!
I have a regular expression to get only the part that interests me about a URL.
I have 2 types of URL
link
link
For now, I have achieved with this regexp ".*\/(.*\/.+)"
get: page/login?execution=s3p1
The issue i...
This is the site from which I occupy custom alerts:
link
I have a personalized alert which shows me a message whenever a condition is not met.
This is the code:
function ValidaFecha(e){
var fecha1 = new Date(desde.value);...
How to do so that a new input is added when a button is pressed and it changes the value of an input: For example, if Before evaluations 1 now say Evaluations 2 ?. I explain myself more in detail .. I will have some capture first so you can unde...
I have to generate a list of hours between 10:00 and 19:30 in minutes of 30 minutes with a for loop. (eg 10:00 - 10:30 - 11:00 ......)
At the moment I've done it like that but I do not think it's well done.
for (var i=10; i<20; i++){...
Trying to make a small trivial in JS, I can not solve the error of the if or the arrays. In this case the correct answer would be b, which implies that typing something else is false. What should I modify in this case?
var preguntas= new...
I have a problem generating a table by JavaScript, in the code that I show below, the rows are generated on the right instead of continuing below to follow the column, the first column and the first row have to have & lt ; 'th' > as a require...