Skip to content

Tag: parceljs

Loop doesn’t work when exported with ParcelJS

I am using ParcelJS V2. I have the following code that gets data from an HTML table. Every <td> in the cell consists of an <input> tag and the getElementById refers to the ID of the input tag. getCount.js script.js When I check my console, there isn’t log from the collectData function. This …