Enjoying getting to grips with tiggzi but my javascript knowledge leaves a little to be desired. I'm initially trying to do something relatively basic:
On a screen i have a blank grid with 7 rows and 10 columns. When a user clicks on a grid cell i'd like an image to appear in that cell. If they press again then it would disappear.
I'm also trying to get to grips with how to output data to specific cells or labels in Tiggzi elements. ie document.write fills a blank page, how do I output custom javascript to a named label or text area?