Hi - I've been testing Tiggzi but need a bit of help with a list. I need to be able to dynamically populate and refresh a list. What I'm doing now:
Code: Select all
var len = results.rows.length;
$('[name=employeeList]').html('');
for (var i=0; im just not finding it in your examples.
Thanks