I want to show alert while clicking on the back button in the browser. it only works before clicking on the back button, when you click to somewhere else on the
What I'm trying to achieve is a button like Once it's done I need to animate on hover. The closest example I could find is this codepen https://codepen.io/Ches
I made an image slider that work, but now I'm trying to add an animation effect to it, and I believe JavaScript may be the answer for that. I'm trying to add th
I try to scrape title of the books and all review about books from Cozy Mystery Series . I have written below code for spider. import scrapy from ..items import
I am trying to make the collapsed state both accessible in NVDA and JAWS but it seems its not working properly in JAWS. Any idea how to fix this? I provided the
I can't center horizontally a h6 (or any) tag inside a flex div. I think I've tried all the CSS approaches align, justify, etc, but nothing wo
I need to take the text "UNIT01". How I can do this using JQuery or JS? `<div id="unit"> <ul class="choices"> <li> <div>UNIT01&l
I am trying to create a Debug app for Body Positioning Data. This data is received as JSON via MQTT in my receiveAndConversion.js. I was able to receive the dat
Trying to connect to webpage and return a list of all the file names listed there. I wont include the whole code (to generate token etc), but using the below I
I have a custom hook that persists the user's scroll position on page refresh. I also want to implement smooth scrolling for my navigation links (site is a sing
I've an issue with the order in a navigation bar to recreate the Google page with a proper order. I tried flex-direction: row-reverse; but i
I am trying to load working days through a function, I need to load days by calling a function so that I can validate which days it works. For all other parame
hello there I am building a folder upload system with js and PHP but I got an issue I'm not able to upload a folder that not contains any files I use <in
I am currently trying to create a table with the last 5 notifications that were created using angularjs-toaster (https://www.npmjs.com/package/angularjs-toaster
I want to send a mail using mailto, other ways dont work but mailto does, i wat to automate it but i need to click send everytime, how do i fix this what ive tr
I want to wrap the Column 2 to be at the top as it will contain a cover image. I have an example HTML below * { box-sizing: border-box; } /* Container for
so Iam using FlowType.JS it works and the text become I mean the the text become responsive. but if I wrote display: flex; or width: fit-content; the FlowType.J
I have a blade component with the following alpine code <div x-data="{ value: @entangle($attributes->wire('model')), picker: undefined }" x-init="new Pika
I'm using bootstrap's row with two col-auto. Inside the second, I have a form with <input>'s and a paragraph <p>. This second column should have a m
I'm working on a project where often I need to implement the same type of tag such as <div class="col-12 col-md-10 col-lg-8 col-xl-4"> and I want to creat