I am doing scraping using selenium. i want to scrape all the video urls that are present in the 626 products on the 25 pages. but while extracting the url it gi
There's a website that provides weather data: https://www.visualcrossing.com/weather/weather-data-services I want to import that data into a table with a butto
Every time I hover over social bar and it gets bigger , headers moves down some pixels. I know it's because of the margin, but I don't know how to fix it. CSS c
I have an array of objects that contain a quantity field. I'm looking to total one field from the array on a review screen on a table. I have an array of admini
So I have this weird error where the script stops executing with RangeError: Maximum call stack size exceeded when I launch it normally, but when I open the Dev
Prime vue Datatable edit input active by default I prime data table for inserting a value for the table with input on the table but the input become active when
var array1[] ; //i want to store text inside href in a array like this // [cat,dog,cow,hen,elephant] , how can I do that? <div class="ABCD"><h2 c
Notes: I tried all questions & answers related to this topic. My Question very simple and clear 1ch = how many px? My sample code Relatest search article Un
I am trying to change the source url of a video tag when pressing a button, but I don't have any luck. Here is the code: const [bg1, setBg1] = useState(true);
here's my question. for learning purposes i am currently working on a website with tailwind installed with the CLI method. i downloaded a font and applied it in
I have a basic html page with 2 textboxes and a button. I need to make the button respond after the entries in the textbox The body of the html looks like this
I'm having problems with my submenu. What happens is the following: My menu has 4 links in which one of these links presents a submenu with 3 links. What is hap
I have an authorization problem, but I can't figure it out. I have 50+ spreadsheets each for a separate user in our company. Each user spreadsheet has a contain
So, I used Google's Model Viewer for displaying GLB files. But it seems to be throwing these errors: >Access to fetch at 'file:///C:/Users/User/Desktop/Untit
I'm coding a website in Arabic language content. Problem: the down arrow of an accordion button should be in the far left. This is my code: <link href
I'd love some help on RRULES. I was able to modify an HTML Google Calendar link by adding an RRULE OF &recur=RRULE:FREQ=DAILY;COUNT=2: GOOGLE CALENDAR LINK
I created two color picker to change table colors in html using input, but i don't know how to change those colors based off what user picks in color picker. I
I have the following navbar - #navbar { width: 100%; position: fixed; height: 50px; z-index: 1 !important; top: 0px; background-color: #20b7c2;
Im trying to make a floor planner like page for tables of a Restaurant. Every square of the page represent a table and they are draggable. <div id="drag-1
The session is not working properly in PHP. The login page is working fine. But after redirecting to my home page I couldn't able to see my login details it thr