Category "javascript"

How to I get new values from dynamic table using JavaScript

I want to create dynamic table that loads localStorage saved form data and make it editable. I can change cells values but when I try to save it JavaScript cons

My Wordpress 5.9 Admin section , in certain parts says "The Site Health check requires JavaScript"

My WordPress 5.9 Admin section , in certain parts such as the Tools>Site Health , section says "The Site Health check requires JavaScript" but all java scrip

Define type for higher order function

I have below controller which is a higher order method, const CourseController = { createCourse: ({ CourseService }) => async (httpRequest) => {

Spring Boot non-required requestParams default to null instead of empty string

I'm using Spring Boot for a search tool and I'm having an issue while passing the values from the front-end to the back-end. So, I have a select field that I'm

Sometimes getting Uncaught TypeError: myplayer.draw is not a function

I was trying to create a 2d game similar to survivio while referencing to a youtube video that teaches similar things with P5js and Socket.io. Although usually

convert epoch number to readable date in html

I have an issue with Stripe Invoices in my Angular App. The payment created field is populating in Firestore as a number and not a timestamp. Short of editing t

Cannot create Chart using Chart.JS @ 2.9.4

I am trying to create a chart using Chart.JS (v2.9.4) but am unable to. Here is the relevant HTML <canvas id="groupPerformanceChart" cl

Check if a point resides inside a leaflet semiCircle

I have some cell sites: every cell has angle degree orientation and a range in km I fetch these cells from the db and represent them on a leaflet map with semiC

using a devexpress custom confirm popup on pageunload

So I've been trying to prompt a confirmation before a page unloads but I don't want this default ok cancel browser confirmation popup so following the examples

Three.js how to add multiple Mixamo animations without skin to an FBX model?

I'm trying to create a game where there is an animated character that has multiple animations from Mixamo. I want the animation to change based on what the user

How can I fix this audit warn usage error of vue

>>>app vue code and addtask code: <template> <div class="container"> <Header title="Task Tracker" /> <AddTask @add-task=

Is there a way to disable href link / links if the user is already on the page the href link / links leads to, without using JQuery?

So I have something like this in my html: <a id="one" href="/index.html"> HOME </a> <a id="two" href="/something.html"> SOMETHING </a> &

Cache discriminator viable approach in web pages

In the project i have developed till now, i usually add a random number to each request of data or file related to the project. I have to specify that the proje

Input value not updating, dynamic input box when user opens popup window react/next js

I have a problem where when a user opens a popup window to change their name, email, password, etc. the input box where they'd add their change won't collect th

Run node.js script multiple times with multiple command line arguements on windows

I have a script named index.js which I need to run with multiple command line arguements, one at a time. Something like this: node index.js ABC node index.js DE

How can I remove an HTML element that has the data type string in javascript?

I am trying to redesign a quiz template that only allows users to choose one answer before the other options are disabled. The user should be able to choose ano

Javascript global variable won't change after method [duplicate]

If the button is pressed it should first get a value from a SELECT SQL statement and use the result for a INSERT. i got the global variable: v

How I am supposed to get a random string output from an object in JS? [duplicate]

I need help with the following problem: How is it possible to extract a random value from the object below? const hellos = { English: "Hello",

overflow-x: scroll and overflow-y: visible alternative

I have a list which is rendering images (horizontally with scroll): <div id="my-cool-wrapper"> ... // My cool wrapper has more elements (apart from li

Trying to launch my index.html onto local host via parcel, but getting errors

So i've set up my package.json, installed parcel, and everything is working fine. However, when I use terminal and try to load my webpage through parcel or crea