+ 6
How do I make a user search and get JSON objects with a select button?
I want to create a select button that gets JSON objects and displays them on something like an html table, lets say I have phones as objects and they have an attribute that is "price", now in this case I want the user to be able to pick lets say a phone between 300 - 600 dollars. I already have the array in a separate JSON file I just cant figure out how implent what I just asked, I appreciate any kind of help. Thanks
2 odpowiedzi
+ 6
Thanks man!