Category "javascript"

Using Link Tree Bio -> zapier webhook (make Java =Zapier child key )->HTTP address connect goal

My name is joe My goal is Using Link Tree Bio https://kenclarkefitness.app/ This address connect This my goal First of all Select from the Zapier webbook catch

Dynamically sortable table with candlestick charts

I'm trying to draw a sortable table in datatables with charts. In python, I get in turn the data for the columns and the data I need to draw the charts- then I

How to properly load JQuery Objects from Node Modules?

I am working on the simple NodeJs App. While working with Frontend, it correctly loads all NodeJS modules related to JQuery, but when I am going to make a simpl

Only send values that have changed in formik onSubmit

I have a small table of data that is pre-filled by an api call on page load. Each row in the table has a facility name and an Enabled value which comes from the

sp- How to get the rigth value for Create / Update List

I have a problem that I can't get the right value in the listItemInfo. I tried following to see the output of the code. alert(listItemInfo.toString());

In reactjs and nextjs constructor getting Reference Error: localstorage is not defined

i make system jsonwebtoken in reactjs and use nextjs. i find problem when i run the code in browser that is localStorage is not defined. this is my code in fil

How to connect to a Sqlite db from an HTML file via Javascript

I would like to insert data into a SQlite3 db by pressing a button from an HTML file. In order to achieve this, I wrote a JS script. Unfortunately, when I press

Firebase javascript auth user displaying null even though user is signed in

I followed the Firebase docs for web development and I used the user.updateProfile method to add a display name to the user's profile. After signing in, I used

JS download doesn't download entire file

I am trying to download a csv file with 3607 lines (1.0 Mb): const hiddenElement = document.createElement('a'); const fileContent = `data:text/csv;charset=ansi,

NativeFirebaseError: [storage/unauthorized] User is not authorized to perform the desired action

I'm having problems uploading an image to Firebase Storage. I'm using React Native's @react-native-firebase/storage and the installation and connectivity seem t

Whenever I refresh page its path copy again and again angular routing issue

Whenever I go to my landing page and if I refresh it then it add one more path to the landing page any solution you can refer images for more information const

Webpack5 + react-refresh-webpack-plugin does not work

I wanted to setup react with webpack, babel, and typescript myself since I would like to know more and have a consistent boilerplate for development. I have bee

Sequelize ORDER BY ASC numeric string

please help in this matter. So my scenario is that I have driver app (flutter) that fetch ongoing orders that needed to be delivered. I would like to fetch orde

@mantine dropzone React image upload issues while image upload on login form

I tried for getting the image path with Dropzone in this way {...form.getInputProps("tourImages")} but it gives undefined . Also, I tried getting an image inpu

How to enable 12-factor application bundling with Next.js?

Reading the Next.js documentation about environment variables - In order to keep server-only secrets safe, Next.js replaces process.env.* with the correct valu

mouse actions for SVG in HTML

If I embed an SVG into a HTML page, then users can click on words in the SVG (that are included as text). Is it possible (via JavaScript or similar) to find out

How to Close, Minimize and Maximize window in Javascript

I want to Close, Minimize and Maximize my electron application from Javascript. I tried it with this code. It worked for maximize and close but sometimes it's n

How to activate Material Design JS?

import {MDCTextField} from '@material/textfield'; const textField = new MDCTextField(document.querySelector('.mdc-text-field')); @import "@material/text

Alpine.js: How do I access x-data from a function in an external file?

I'm just starting out with Alpine.js, I understand the basics but I'm having trouble applying them when moving functions outside of inline script tags. For exam

Reset state to initial with redux-toolkit

I need to reset current state to initial state. But all my attempts were unsuccessful. How can I do it using redux-toolkit? const showOnReviewSlice = createSlic