li(class={"foo"})
But the generated code is just:
<li class>
Only li.foo works, but that's static. I need to dynamically generatethe class string.
Thanks in advance for any answers.
-- Yang Zhanghttp://yz.mit.edu/