my app link is given below
http://project.tiggzi.com/mobile-fram...
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