Hi,
I was trying out the example of "Manipulating Tiggzi Components with jQuery Mobile" in your documentation.
The following suggested custom code, however, doesn't seem to work
code
var list = Tiggr('platformsList');
var newPlatform = Tiggr('newPlatformField').val();
list.append('<li><a>' + newPlatform + '</a></li>').listview('refresh');
Tiggr('newPlatformField').val('');
/code
What was it that I was missing? Anything concerned with the use "Tiggr" tag?
Many thanks in advance!