I'm trying to implement the PayPal SDK on my site, and thought this should work: <body onload="writeOrderCode()"> The JS file with this function was load
I have A Very Small Application That add tasks to the page and save it to local storage so if i reload the page or close it everything will be at its place, the
I'm working on a Discord bot using node.js modules and Sequelize to database, and I want to add a command that users type and the bot registers them in database
I installed react-router-dom v6 and I want to use a class based component, in previous version of react-router-dom v5 this.props.history() worked for redirect p
I am running Java's ScriptEngine class to run to some code. I use IntelliJ with maven dependencies when I run the code it says Cannot invoke "javax.script.Scrip
Trying to create a server for my application using graphQL server, but keep getting the error below. I have tried debugging with similar issues on this site but
I have a frontend application(VUE JS) I have a backend (Nest JS) Vue JS app get data from backend via websockets using vue-socket.io-extended library When Vue J
I have the following nested dropdown list. The child items are initially hidden and clicking on the parent toggles an "open" class to display the children. I am
I'm building a multi tab chat like UI using react and antd, it looks like image below. On the left side you can see multiple tabs showing last names using antd
I have an app in React Native that uses many context. I want to access one of them within a non rendering function e.g. : const DataContext = React.createContex
I am trying to show/hide datatable columns dynamically. For this, here I am going with the example which is given by the official datatable website. This is the
I'm simply trying to rotate the text having the center of the circle as pivot. I'm not clear how rotate(degrees, cx, cy) works (https://svgjs.dev/docs/3.0/manip
I'm working on a weather app with ReactJS, what i'm trying to do is have a slideshow of images for my background, the images will be full screen, fading from on
PS C:\Users\sujee\Desktop\Next App\panda> yarn export yarn run v1.22.18 $ next build && next export info - Checking validity of types Failed to com
I have a rich text editor built using draftjs. I implemented the functions for changing the font size, font family, and color of the text in the editor. I also
I am moving an Express app across from CommonJS require syntax to the ES6 module import syntax. This is fine until I try and use dotenv to load my environment v
How do I set the border-weight of an InlineImage in app script? The reference pages only show how to change the border width for a cell in table,
It's easy to change file type input to image source url for preview.. but.. Considering a scenario where you're trying to edit a blog, so you fetch a blog and f
In Microsoft Visual Studio Professional 2017, when I edit a JavaScript or CSS file, the Intellisense Quick Info for Members, Objects and other keywords don't ap
I am trying to use getTokenIdMetadata from Moralis to get detailed information about an NFT. So far, I am able to get the data as you can see below in the json