Category "html"

How to filter chat on whatsapp web using content script?

I am actually creating a chrome extension which creates some tabs in whatsapp web like all, unread, groups etc. And when we select any of these tabs it will fil

Redirect to previous page with php

The submit button is in contact-us.html, the code is in contact-us.php. I tried to use the header('Location: example'); with no luck... (I tried using the URL

Can I enforce a date within a range in a vuetify.js v-text-field for a date

I have the text field below with a date in it, the user should be able to enter in by hand. With the enforced format MM/DD/YYYY Question - is there a way to en

Mulesoft : HTML to JSON conversion?

Is it possible to convert an html input to JSON using mulesoft? For my case specifically, I am trying to convert an HTML table to JSON arrays. Input: <ta

Lighthouse error: "Form elements do not have associated labels"

How do I fix this Lighthouse error: Form elements do not have associated labels <input type="text" id="s" name="s" value="Arama..." onfocus="if (this.

Component name "Temp" should always be multi-word vue/multi-word-component-names

I am new In Vue.js Technology. I am getting an error while running my Vue application. Don't know where I am wrong, please try to fix my error. This is the Temp

Embed a React component into a HTML site, without affecting the parent site's styling and without an iframe

I have a React component that I want to build and insert into an HTML site. The component has some styling, which if imported will conflict with the HTML site's

Can't apply overflow in a flexbox [duplicate]

I'm struggling to make overflow-y works within flex. <div class="flex h-full flex-col"> <mark class="bg-red-900 p-2 font-semibold t

Scale current item to 1

I wonder how to scale the current index from 1 to 0.8 when swiping to the next item. I've been building a carousel on how to make the centered item from 1 to 0.

How to morph svg into another svg correctly with Anime.js?

I have a problem where two of my svg have the same number of points, but something isn't right when I play the animation, the two svgs are so close together but

How to morph svg into another svg correctly with Anime.js?

I have a problem where two of my svg have the same number of points, but something isn't right when I play the animation, the two svgs are so close together but

How i can fix this issue?? i can't compile my flutter web

How i can fix this ?? flutter build web Building with sound null safety Target dart2js failed: Exception: Warning: The 'dart2js' entrypoint script is deprecated

remove unwanted space between body and footer

Hello i am new for css and html.. I need to remove the space between body and footer. Any help ? I want to add an image at the same lines with paragraph <!

remove unwanted space between body and footer

Hello i am new for css and html.. I need to remove the space between body and footer. Any help ? I want to add an image at the same lines with paragraph <!

How to tell if navbar is collapsed or not?

I have a navbar: <nav id="navbar" class="navbar fixed-top navbar-expand-md navbar-light bg-light"> <a class="navbar-brand" href="#"></a> &

Datatable column width issue after "refresh" row data

I'm currently using datatable to produce table below: I'm happy with the result as the width of each column is calculated automatically, resulting 1 line per

Bootstrap 3.3.7 "row" causing horizontal scroll bar

Ok ok, I know. This question has been asked a lot. But, so far, I have not found a working solution. I boiled my page down to nothing but this: <div clas

How to get the value of an invalid HTML date input?

I am building a calendar picker to accompany (and replace the default calendar date picker provided by some browsers) an input of type="date". It is documented

How do I track clicks on <a> tag with span class inside using Google Tag Manager?

I've been trying to get GTM to fire a tag every time a user clicks on the link text below ("Click here to donate"). <a href="https://www.testurl.com/dona

How to replace next button with mat-chip in Angular Material stepper?

I am using angular material stepper, in the stepper i want to replace next button with mat-chip and act as same functionality as next button. Here is angular st