I have the following code: table.component.html <div *ngFor="let person of persons; let i = index;" class="tbody"> <div class="row"> <
I am trying to download a csv file with 3607 lines (1.0 Mb): const hiddenElement = document.createElement('a'); const fileContent = `data:text/csv;charset=ansi,
I want to embed the audio file on the html page on the server. The audio file is in the same folder as the html file, the path in src in the tag audio is correc
I am a beginner when it comes to PHP and it is not my specialty, I am rather in the front end and I have a big problem. I need to edit one of the tables after a
If I embed an SVG into a HTML page, then users can click on words in the SVG (that are included as text). Is it possible (via JavaScript or similar) to find out
I'm setting up a project with TailwindCSS. I'm trying to set up my automation with Gulp, but I'm running into an issue with the HTML reloading. Everything see
There are two buttons on that blades (Laravel). The button (.btn-main) works in the main, but the button (.btn-header) in the header does not work. I mean when
I have a grandfather div which is contain 200 "father" divs (and 200 child1 and 200 child2). I want to target "child2" element while clicking
I am trying to remove item using ng-if and ng-else-if. "ng-if="navItem.gbn.indexOf('12345') !== -1" is true then array item only show contains('12345') items. b
I am trying to open a link when a user clicks a button, using window.open() on button click. Currently this works as expected in Android browsers, but on IOS it
I would like to build an infinite horizontal scroll that scrolls in both directions - left and right. As user scrolls to the left, new content is prepended to t
I have five div elements containing the same six images. Only one div is shown at a time (others are display:none) but all are on the same page. Basic example:
Good evening, I want to send my own html, not created in sendgrid by email, but I can't find a way to integrate it that is my code and this is the html templat
Whenever I hover over my button that I created, it has a white which looks ugly in the transition. I need help to remove this. The button has two different bloc
Trying to validate my html5 markup by clicking on a button and using the w3c validator. The code source is from here. so my code is like this: $('.btnw3').on('c
In the following example, I am trying to change the size the UI chip in dynamically in order to respond to the font size of its parents using the em css unit. M
I know the percentage value of margin based on the width of its containing block. when I assigned exact value to the margin of box, and the margin box not overf
I am trying to trigger the button when mouse clicked it or a key is pressed and I get confused about communication between components. How should I call pressDo
I am creating a website builder. For Text edit, I m using contentEditable and to capture its state I m using the onInput event. but I don't know why every time
I am working on a product that takes a file from API and read as a blob. But pressing the play button on the video does not work. I have tried using tried using