skip to Main Content

Html – I want to increment a number and insert $i values from a csv array #confused

i made this #Swatch(https://codepen.io/ricoThaka/pen/YzMVdXj?editors=1100 <~) i want to expand it to a flexible layout that can contain unlimited colors for the swatch ` .swatch div:nth-child(1) { background: DeepPink;} .swatch div:nth-child(2) { background: cyan;} .swatch div:nth-child(3) { background: GreenYellow;} .swatch div:nth-child(4)…

VIEW QUESTION

Html – Click Button From Specific id

I was hoping someone could help me with some javascript that would click on this button: <div tabindex="0" role="button" id="id_72229384732282" class="collapsed focus-visible" data-tutorial-selector-id="filterButton" aria-label="Filter rows"> I can't use the id_7222.... because this is dynamic and changes after a page refresh.…

VIEW QUESTION
Back To Top
Search