davebalmer / jo

Jo (0.5.0) is a thin (~16K) candy shell for making HTML5 apps. Jo works with: PhoneGap, Chrome, Safari, Opera, FireFox, iOS, Android, BlackBerry 10, Tizen, & Windows Phone 8+. Features include skinnable UI widgets, a clean event model and a light data layer.
MIT License
1.2k stars 180 forks source link

joSelect doesn't update the fetched data from the json file into the drop down #96

Closed mnksnz closed 9 years ago

mnksnz commented 9 years ago

Hi, I am super duper new to programming in Javascript and this question might be very stupid. What I am trying to do is make a small dropdown using joSelect and the contents of the drop down have to be fetched from the json file and shown in the drop down. I have obviously two files and I do some thing like this -

card json

The problem is that I don't even see the drop down. With no errors in my console. It is driving me crazy. Please help. Thanks in advance.