Shinmera / lquery

A Common Lisp library to allow jQuery-like HTML/DOM manipulation.
https://shinmera.github.io/lquery
zlib License
87 stars 8 forks source link

How do we have Javascript Effects with Lquery? #7

Closed afidegnum closed 7 years ago

afidegnum commented 7 years ago

How do we create slideshow, dropdown menus using and other Javascript effects using lquery?

Shinmera commented 7 years ago

lQuery is a DOM manipulation library, not a JavaScript library. By definition it cannot do client-side effects.