Hi i'm newcomer to flapjax. it's very interesting for me, but i
encounter a problem when getting my hands into it.
i have been following flapjax tutorial page and tried to make a sample
page with some curly-bang syntax like {! timerB(100) !}. but it doesnt
work in my browsers even though there's <script type="text/javascript"
src="lib/flapjax/flapjax.js"></script> in html head. (im sure path and
filename are correct)
however, i found a way it works. if i add loader function, function
loader(){ insertDomB(timerB(100), 'timer'); } and load it
when html body initiates, it's working perfectly. i'm curious why i
cannot directly use curly-bang statements in html code. it always
display plain text. i think it may have something to do with compiler,
but.. where's flapjax compiler and how to make it compile flapjax
code?
thanks for any tips in advance.