I have an array of object need to show hide based on filter like below: HTML CODE: Filter: <div (click)="filter(1)"> F1 </div>
I would like to return a string with all of the contents of a CSS rule, like the format you'd see in an inline style. I'd like to be able to do this without kno
Here is how my anchors are displayed on the web. I need to get the value of the anchor and send it to another PHP file, so i would use the value of the anchor i
I'm fairly new to website development and I would like to know how to get this script to run after clicking a link on a page. <script src="https://documentcl
The title says it all: How to autoplay YouTube video with sound enabled using YouTube IFrame Api How can I do this with the YouTube IFrame Api?
I want to use Import/export feature of ES6 modules (since my entire project uses that) with Jest 26.1.0. I have created a directory for my test cases called tes
i have a react js website and i want to insert a hubspot form. Hubspot form: <script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/s
I'm new with react and i'm trying to create a basic login function using local storage and tokens. I can see in my devtools that a token is actually stored but
I created this useHover hook: import { useRef, useState, useEffect } from 'react'; export const useHover = () => { const [value, setValue] = useState(fals
We have a vanilla Vue/Vite setup and I'm receiving TypeError: Failed to fetch dynamically imported module on sentry logs. It seems like the errors are correlate
Im trying to mix a string and a link, within an attribute of one variable : const News = [ { headline: 'some headline', text: "some text" + <
I have a components array. const components = [ A, B, C, ] Then I want to render this components like this: return ( <A> <B> <
I'm using react-webcam to take a photo (screenshot) and set that screenshot to the size of the window. With the code posted below, I'm able to make the screensh
I have a carousel created with the amp-carousel component, the amp-carousel-button elements are created as part of the component. Is there a way to add some cla
I need to save an HTML webpage as a pdf in my google Drive. I am using app script. However, the PDF is rendered differently from the HTLM page. I need the PDF t
I have read a few questions on this topic (although most were for the python version of this library) and none have worked for me. I want to create a 3D surface
I want my mesh to rotate at 90 degree angles in all directions, but make GSAP find the most "optimal rotation". So if I press 1 it'll be at this.meshName.rotati
Hello i have a marry command and i want to do a reaction verify, when the tagged person reacts with ✅ do the actions i add there. I can't find a solution,
I've got an image like this: The little circles are not regular but they are all black. I'm looking for an algorithm to obtain an array made of all the rectang
I need to know how to select a specific value in a form of a query. Under the Content.join('');, I need to select like 2 values which is the Hello and Lorem ips