Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 379 Bytes

DebugThroughHTML

simple function to add HTML to a DOM and debug your way through it

This function pulls an Array of HTML string data

function addHTMLToDOM(classDOMToAttachTo, arrayMe)

then uses Debugger command to step through the HTML one step at a time

code to tap into script source: https://raw.githack.com/pixman92/DebugThroughHTML/main/mainHTMLDebug.js