Questions tagged as 'javascript'

1
answer

Error datepicker format JSP

Good this is my field to enter a holiday date, but the default format is like dd month, yyyy (27 September, 2018). <div class="row"> <div class="input-field col s4"> <input type="date" class="datepicker" id="fechainivac" onch...
asked by 27.09.2018 / 17:13
1
answer

Does not show the Throw New Error in Node.js

I'm working with this function: function Validate_Number(jsonFile){ jsonFile.forEach(f =>{ f.Notification.forEach(e =>{ e.Means.forEach(function(v){ let data = Object.keys(v); data.forEach(function( x ){...
asked by 27.09.2018 / 19:08
0
answers

Problem when printing a table with JSPDF

Greetings developer friends, I am using jspdf to print a div that contains my table generated by PHP, I bring the table of a MySQL database, the point is that when I click on a button I generate a PDF with jspdf of the div that contains the tabl...
asked by 06.10.2018 / 22:08
0
answers

C # Use HttpGet

good morning, I consult the following, as I do to receive a list < > in C # and send it to javascript in order to display it in a table with data on my website. I can send it using json with POST and send it through a method with the tag [...
asked by 01.10.2018 / 22:18
1
answer

Change input type="radio" by input type="image" + php

good day, I currently use the input type radio with the post method to get information: <td class="borrar"> <form method="post" action="location.reload()" name="eliminado"> <input type="r...
asked by 02.10.2018 / 00:40
0
answers

ScrollMagic is not defined

I try to implement ScrollMagic for the implementation in a new web page but I get the error:    ScrollMagic is not defined continuously. Why does it come out if I have all the scripts implemented in the HTML? <!DOCTYPE html>...
asked by 03.10.2018 / 09:01
1
answer

How can I create a dictionary of feminine and masculine words?

I have a question, I have defined a function to restrict offensive words in my input but I need a code so that regardless of the word that is entered, the code restricts the words in both female and male, example: dog - bitch the following is...
asked by 26.09.2018 / 14:43
0
answers

Javascript is not updated instantly on my website

I explain, I have a web page that has a menu in the left bar, this menu has several li and ul , these elements should be hidden depending on a variable that gives permission to users, for example : Usuario 1: [1,2,3,4] <-- Es d...
asked by 26.09.2018 / 15:12
1
answer

how to structure html5 to avoid spaces with certain zoom

Hi, I'm new to the stack, I'll comment on my problem I am developing a viewer in which when I zoom less than 100% the elements occupy the full width of the page but not if its high, I leave an image of how this looks. my goal would be that...
asked by 29.09.2018 / 21:18
0
answers

how to recover a single record of firebase if my code is with subcribe and valueChanges I get error

this is my code is in angular I have two components, the service that communicates with firebase and this is the component where I want to call the function and retrieve just one object but I get this error I hope you can help...
asked by 29.09.2018 / 23:04