Page 1 of 1

problem in creating dynamic list

Posted: Mon Feb 11, 2013 10:29 am
by gurtej singh5535710

my app link is given below
http://project.tiggzi.com/mobile-fram...


problem in creating dynamic list

Posted: Mon Feb 11, 2013 11:55 am
by Maryna Brodina

Hello! There is an error in tutorial (we'll update it).
Please change

codedropDown.append('' + newData + '');/code

to

codedropDown&#46;append('<option value=​"' + newData + i + '">​' + newData + '<&#47;option>'); /code


problem in creating dynamic list

Posted: Mon Feb 11, 2013 11:59 am
by gurtej singh5535710

thnks