I want to build a table dynamically. How can I append to a table?
Secondly where can I find more information on the options that are available on elements? For instance, the tutorial (http://docs.tiggzi.com/tutorials/buil...) uses dropDown.append() and dropDown.selectmenu('refresh') where dropDown is a select menu. Where can I find more info for tables, lists, buttons and so forth so I can know what operations can be performed on them?