I built a flask chat app that uses socket.io to handle user to user communication. My problem is that the app is supposed to be working only in a LAN and when I
I'm trying to add dynamic a row on https://DataTables.net . I understand when I set processing: true , serverSide: true and ajax, I can't add new row in the tab
I've put this function on load so I can detect a new tab being opened: function checkNewTabs() { const channel = new BroadcastChannel('tab'); channel.postMe
Can someone please tell me why, when I test the code, I get an error that the code has failed even though everything is working properly? I get the same error f
I've put this function on load so I can detect a new tab being opened: function checkNewTabs() { const channel = new BroadcastChannel('tab'); channel.postMe
I have a component for an upload button which calls the ref of an input when clicked: import { useRef, FC } from 'react'; import Button from '@mui/lab/LoadingBu
I have a single-file Javascript soundboard application from app academy. The code works fine, but how do I "wire" it into the Rails 7 server? I'm struggling to
I'm trying to grab the attribute listed in the div being rendered but it returns undefined. Any idea on how to go about it will be greatly appreciated index.htm
I am trying to update one property Like I have a few properties, product name, price, quantity, supplier, and description. I am sending all the updated quantiti
I'm actually occurring a situation when making an accordion. I already add a close button (x text) inside my div to close the accordion, but it won't close afte
I am using the moment isSame which is returning false for two dates which are same, moment(new Date('2070-07-27T21:59:59.999Z')).isSame(moment(new Date('2070-07
Is there a way to edit an open instance of a magnific popup? In one state I want the popup to be closable, and in another state I want to block user from closin
We have crating pdf dynamically with the help of itextsharp.Now I want to show popup window on button click with the help of JavaScript fuction.How we can creat
We have crating pdf dynamically with the help of itextsharp.Now I want to show popup window on button click with the help of JavaScript fuction.How we can creat
<div :class="cellProps.rowData.BrandColor ? 'bluText' : 'redText'"> <p v-if="cellProps.rowData.BrandColor ? message='cellProps.rowData.BrandColor'
I have the parent Posts.js component which map every object in posts array. In this function I try to filter all notes have same post_id as id of the current ma
I have a questions form with custom inputs. const Input = (props) => { return ( <div> <label className={classes.label}>{p
When I deploy a React app using Cloudflare Pages, the Building application step fails with the error: error [email protected]: The engine "node" is incompatib
When I look in the search engine for a word with an accent, for example: Débora, Lázaro, Ángela, Álvaro, Arquímedes, etc. doe
i am back with a same issue for my promise returning undefined please help. Here, i am using ipfs to save data with savedata() which takes in a json string,a do