I am searching high and low trying to find a tutorial about how build a JSON database and make it functional. The only tutorials I've found so far show how to build the interface, but never touch on how to make it go anywhere.
Say I build my database and have three selections. my dog my house my computer
If the user selects "my dog" I want him to then see a picture of a dog. I can build the raw database, and create the menu interface, but I really don't know how to make the buttons link to js files of their own. I need help seeing how to make the buttons function.
1 Answer
Okay, I've seen this tutorial:
Handling Remote Data with HTTPClient and JSON >
Say I created that database. Say I then created a .js file for Muhammad Ali. When someone taps Muhammad Ali's name, I want him to go to my .js page about Muhammad Ali.
Your Answer
Think you can help? Login to answer this question!