This is the code I have written using express and node.js const express = require("express"); const https = require("https"); const app = express();
I set up Swiper Slider as per the documentation and every slide slides as if one. <div class="swiper-container"> <div class="swiper-wrapper">
I have a relatively simple question. I am trying to implement the widget from this codepen in Nuxt.js. Here's my code, which works fine if I use RAW HTML: &l
I am trying to build a video calling app using webRTC and it is works fine most of the times on home networks. The moment I enter a secure network like a univer
I have a problem. I'm currently making a component library for react, it works perfectly in storybook. But when I do a npm rollup, or install my package from np
I am trying to sum numbers from 2 text box and the result to a 3rd text box in a PDF Form (Property of text Boxes set to multiline) Tried the following code but
When porting my Chrome extension to a Firefox web-extension, I can't make any network requests because they are blocked by the same origin policy. As an exampl
I am very new to coding and am stumped as to what to do next. I have 2 pages of JS, one for questions, one for functionality, and a very basic html. My question
I know that some relevant questions exist but none of them really has an answer more than saying that it is not possible. What I would like to achieve is having
Currently in my project I have a folder with all my svg files, the query to get them from graphql is as follows: query AssetsPhotos { allFile(filter: {extensi
My code is following var points = 4; var yModifier = []; for (var i = 0; i <= points; i++) { yModifier.push([]); }; yModifier.forEach( (a, j) =&g
I'm trying to disable Swiper JS (https://github.com/nolimits4web/swiper) on anything other than mobile using the destroy() function, but I get the error Uncaugh
I am trying to create a stateless component in React with the sole purpose of acting as a reusable wrapper. I am also using CSS Modules because I want to have f
What is the fastest way to trigger an onmouseover event when scraping a webpage? So I want to move the mouse over a div element, which is then calling a javasc
I'm trying to show some data on a Datatable. The data is called from an Ajax request and the response is a Json array, it looks like this: [{"item": "one", "pr
Here is my HTML form: <form name="myForm" ng-submit=""> <input ng-model='file' type="file"/> <input type="submit" value='Submit'/&
I want to show a progress bar or spinner when I choose a file for upload, I'm not talking about server upload success, I already got that covered, I want to sho
As per the yarn installation for yarn v2, they want you to install using npm install -g yarn. So I ran sudo npm install -g yarn on Ubuntu 20.04. But after I d
I would love to have a search bar in "Select" component from the library native-base in react-native. I have tried adding a "TextInput" component inside the "Se
I'm trying to make an AJAX POST request from my html page which runs on an apache server. The request is needed to POST a filename to the express.js server and