gnat / surreal

🗿 Mini jQuery alternative. Dependency-free animations. Locality of Behavior. Use one element or arrays transparently. Pairs with htmx. Vanilla querySelector() but better!
https://gnat.github.io/surreal/example.html
MIT License
1.2k stars 24 forks source link

fix: `$.attribute()` on a node list #33

Closed onlyfortesting closed 3 months ago

onlyfortesting commented 3 months ago

need else or it will error because node list a.k.a array doesn't have property like setAttribute or removeAttribute

gnat commented 3 months ago

Dude, great job catching this. I need to make an adjustment, but it'll be in the next version.

gnat commented 3 months ago

Final fix is in 1.2.1, enjoy!