Questions tagged as 'javascript'

0
answers

PHP and Javascript - Responsive site - Problems with SELECT and INPUT

I'm making changes to a client's site, making it responsive. I had to make several layout changes that were sent to me by a vendor and because of these changes some Javascript and PHP functions I had do not work in the new layout. In one of t...
asked by 20.12.2018 / 12:55
0
answers

Change create.objectURL to HTMLMediaElement.srcObject

When adding the createObjectURL class, it is accusing the failed error in some browsers, after the searches, I checked that I can use HTMLMediaElement. But how can I include it in my project? export class CameraController { constructor(vi...
asked by 20.12.2018 / 13:28
0
answers

Individual animation of elements

Hello. I need a script that manages a span element in the initial or final 20% of the screen. Then this element needs to have an animation to the top of the screen giving fadeout . My difficulty is in doing the individual animation...
asked by 20.12.2018 / 12:24
1
answer

Show and Hide Table Lines [duplicate]

There is in the code the button displays / hidden, referenced a JavaScript function, however, the button only works by bringing the last record of the database, never the record for the line that it is and only displays after the first row of...
asked by 19.12.2018 / 16:00
0
answers

Two forms sending data to an Node API

I'm developing an application with Node and Mongoose. My problem is this: In the backend I have the model of an entity called Equipment. Schema has several parameters. I have a form to create a Equipment (this form works normally). The creati...
asked by 21.12.2018 / 17:45
0
answers

Error generating reCaptcha

I get an error message:    Uncaught DOMException: Blocked a frame with origin   " link " from accessing a cross-origin frame.       at: 1: 16 Code: <html> <body> <script src='https://www.google.com/recaptcha/api.js?re...
asked by 19.12.2018 / 14:53
0
answers

Adjustment in graphs with charjs

Good morning, I have a graph that has a variable with 100 values, but when chartJs is going to display it abstracts and displays fewer points than it should, causing the graphic to be half broken as in the image: Buttheclientdoesnotwanta...
asked by 19.12.2018 / 11:35
0
answers

Using Tokens and Refrash Tokens

Hey guys, I have a strong question about the use of tokens for data consumption in an Api. I know how it works to receive a token and use it in requests. The user logs in, and along with the response comes a token, which will be stored in the lo...
asked by 19.12.2018 / 02:13
1
answer

Validating Javascript with jQuery Mask

I'm developing an area where the student will enroll in it, so I decided to get help from libraries like jQuery, I got a good result on this, however there are some errors in my script that I can not identify. <!Doctype html> <html>...
asked by 19.12.2018 / 14:44
1
answer

(JS) Drop with a submit form button after clicking

Hello, I would like to know if you have a "submit" button on a form. Here is my situation: I do not have access to HTML because it's a Drupal application. ImadeascriptthatchecksthelocalStorageofthebrowserandifthepagehasalreadybeenvisit...
asked by 19.12.2018 / 14:33