- Joined
- Jan 12, 2016
- Messages
- 7,098
- Reaction score
- 21,951
- Points
- 1,263
Hi all, first time I'm trying to work with Panda, and my Mr. Anderson's pandas are not working properly, I click on the proper category on the hit itself, and it clicks on the category, one above it, any advice on this , much appreciated. Not sure if it is the hit, or just me. Is anyone else having this problem with this requestor hit, I am going to try to send him an email. Thanks in advance.
Fix for clicking on Keith S Anderson
Code:const btn = document.getElementsByClassName(`td-btn`); for (let i = 0; i < btn.length; i ++) btn[i].setAttribute(`for`, i + 1);