Questions tagged as 'javascript'

2
answers

How to loop in .gs for record details

I have a custom form which requires you to build an N quantity of inputs and store them in a spreadsheet, each data must be registered as a list according to the number of inputs created. It is possible to do it from the main so that it register...
asked by 23.02.2018 / 23:01
1
answer

Problem with the header in the window.location [closed]

I have entered the following code in javascript, in a subdomain in atspace: <meta charset="UTF-8"><body></body> <div id="m"></div> <script> document.body.style.backgroundColor="black" document.body.style.col...
asked by 04.01.2017 / 20:19
1
answer

Get the parameters and verify if there is

Well I want to know how I can get the parameters to be done with node.js but not with html or javascript .    localhost / match / 51252134213    localhost / match / PARAMETER        
asked by 15.12.2017 / 22:38
3
answers

if / else does not work for me

Create a small script that runs around div , check if they share one of the # id that is in the # array and if so, add a div inside. I want to make that if you do not follow the rule the div disappears but if I...
asked by 04.05.2016 / 16:22
1
answer

Clear form without sending it [closed]

I am working with Angular 5 and I have a form with different validations. When touching a field the error appears, but if I leave the form without sending it and I re-enter, the form continues with the fields in red. Does anyone know how to clea...
asked by 19.01.2018 / 12:17
2
answers

Work with data from a txt

With visual I created some forms and I'm trying to do it in local html. I have some text files as data, created by a program. c:\MAPPERS Archivo PV (.PV). c:\PVS Archivo PV (.PV). Example: IB 081930200905300250MAD 1321ECJQZ T07...
asked by 15.04.2016 / 19:54
1
answer

using JavaScript and jQuery in html I need to change color a paragraph according to the number entered [closed]

<html> <head> <title> Laboratorio 1 </title> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2...
asked by 12.09.2017 / 18:55
3
answers

Detect by javascript that my browser is displayed in mobile [closed]

Good, a function or method in javascript that detects that my web is shown on the web or on a mobile device.     
asked by 02.10.2017 / 14:01
1
answer

What does the hash return?

I have not found, what thing returns if I do: if (window.location.hash = '') Being the web http://eduard.com     
asked by 10.05.2017 / 17:55
1
answer

Why do not you load the map in a hosting and local if I load the map correctly?

<!DOCTYPE html> <html> <head> <title>Drawing tools</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <style> html, bod...
asked by 12.12.2016 / 19:51