Is there an accurate way to determine the length of a .mov file with chrome? On our website we currently use video.onloadedmetadata but it's causing errors. Exa
Is there a way to set a title and favicon for non-html files on a website? For example, a link like https://example.com/files/image-or-something.png. By default
Why my browser is not showing image even after adding relative path?
I'm trying to get use "quasar" I want to let the user choose which filtering method to use, then enter the content, and finally set a button to output the selec
I have placed an animated image on my landing page however when I scroll down the screen the animated image also moves with the screen, I have put position: fix
haven been trying to fetch data from client side to the server side(url='/update/' using js fetch,been getting the response but the data is not being posted to
Basically, I wrote this function in JavaScript: <script> function getVal(value) { console.log(value); } </script> And this is my HTML input
i'm trying to make the back to the top button on click to be smooth scrolling but i'm stuck.. at the moment this code works but its not smooth scrolling to the
I have a div card (bootstrap) in my project which contains messages from a chat. The new messages append below the old so, when the container is full the user c
They just stopped showing up randomly after a refresh. I got rid of all styling around the element and they are still not showing up. They also stopped showing
I have 2 different components in my Vuejs/Nuxtjs application: pages/Create.vue and pages/Design.vue. I have the stylesheet assets/css/styles.css. Within the sty
I create a sidebar navigation base on : https://colorlib.com/etc/bootstrap-sidebar/sidebar-05/ If I append the "lorem ipsum". The side navigation will follow sc
I am building a simple todo app and I am new in JavaScript and I am stuck in a problem. I am trying to run function only once for a particular
So I made this basic checkbox price app that updates the food price whenever you click on a checkbox option https://codepen.io/shodoro/pen/GRQNXyq However, I ha
I have an outer div of role="listbox" and a few inner divs of role="option". When I use keyboard up-down to move focus within the elements of the inner div, it
I need to be able to generate an HTML list like (1) sdkfljsdlkfj (4) lksdfjlksjdf (2) lksdjfklsdjf (7) sdklfjlskdfj (16) sdklfjhlskdjf The parentheses aren't ne
I was following a template I found online to have a modal pop up when hovering over my cards with bootstrap 5. This is my code so far: class SavedEpisodes exten
I have swagger ui HTML page. there is generating HTML tags and divs with javascript so I want to move this whole description div to the bottom of the page. but
So I have the following code: # the view class UpdateDateView(LoginRequiredMixin, UpdateView): model = Date form_class = DateForm template_name = '
I'm working on a college assignment where I use a PHP class to generate table values which a Javascript function then searches with a search bar. It builds off