Videos come from a folder and are automatically displayed on my website. But I am having a problem at implementing share feature. All I want to do is when share
When reading the documentation, the following methods of verifying the user are shown: For web users, you can get the user’s response token in one of thre
I'm using MUI v5 and I want to disable next month only in datepicker. Others are available
And the app.js screenshot: I tried every possible combination of href and express.static(""); adresses. I either get a response from a browser saying browser
I'm having trouble making a shopping cart using Javascript for a project. I made buttons called Add to Cart, and I tried various ways so that when I click on th
I would like to use the AWS Amplify Authenticator in a js vue2 app. The manual that I used can be found here: https://github.com/aws-amplify/amplify-ui/tree/leg
I'm working on VueJS 3 inside Laravel project and I'm using a JS file which providing me with elements that I use for markdown toolbar. Basically it's a set of
I am trying to build a web app which should get data from Django Rest Framework (using Serializer) and pass it to JavaScript and generate markers of GoogleMaps.
I have website, created with Elementor. Website belongs to photographer. He has got there an Elementor Multigallery, with filter at the top. I need to create ex
I'm trying to define a class in a separate javascript file and then use that class in my HTML file. Here's what I'm trying. I create the class VoiceCard in the
What am I doing wrong? there are 7 pictures with pre-made IDs from "img1" to "img7" function changeWidth() { let b = 50 let k = 0
I've created a route called login and another one function(middleware), if the authentication is good, this can be redirected to the delete route but unfortunat
I am using react router dom v6 how can I access the context in a nested route in the second child <Routes> <Route element={<Parent/>}>
Is there a way to convert city name into coordinates? Openweather api provides access to historical data but i need to have "lat" and "lon" coordinates instead
I was just curious I came across the following package Virtual Scroll. And in it when initializing they check for browser support before adding the event listen
I am trying to submit a text string (downloadstr) and 1 second later to submit a file. I have to do this in plain JS/HTML (microcontroller webserver) I submit t
New to Vue and JS. I have a vue page myLists which takes an array of lists (containing media IDs for a title) which I used to make axios API calls and build a c
I'm using amplify appsync in my electron app and all works except for the realtime events which means my app doesn't get signalled when the data changes in the
Say I have file1.js and file2.js... file1.js: import React from 'react'; const test = ( {prop} ) => { function test1() { prop('1'); } fu
I have following scenario: I have an component here: <div class="border shadow p-2"> <chart :config="barConfig" ref="linechart" /> </div>