
1
Liquid onchange possibilities?
Hi!
I was wondering if it's possible to do something like an 'onchange' statement in Liquid?Basically running some liquid statements when the value of an element changes.
Thanks,
Marc
Hi!
I was wondering if it's possible to do something like an 'onchange' statement in Liquid?Basically running some liquid statements when the value of an element changes.
Thanks,
Marc
-
Liquid runs only on the server, so it can never detect changes in your browser. Try to understand the lifecycle of your application logic.
Answers
Sort by: