This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
JQLite issue setting attributes on comments ¯\_(ツ)_/¯ #11038
Closed
Description
Here's a demo of the issue (open the console) and you'll see something like this (asside from all the jsbin logs):
This is referencing this line which chokes if the element is a comment (evidently). jQuery proper handles this (somehow). If you edit the jsbin, simply uncomment the script tag to include jQuery and you'll see that the error is now gone.
I apologize if the demo is a little contrived, it was how I discovered the bug.