problem in creating dynamic list
Posted: Mon Feb 11, 2013 10:29 am
my app link is given below
http://project.tiggzi.com/mobile-fram...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
my app link is given below
http://project.tiggzi.com/mobile-fram...
Hello! There is an error in tutorial (we'll update it).
Please change
codedropDown.append('' + newData + '');/code
to
codedropDown.append('<option value="' + newData + i + '">' + newData + '</option>'); /code
thnks