开发者_如何学Cfunction publish(text) { $(\'#helpdiv\').prepend(text); } function get_help(topic) {
I\'m trying to get a list of JSON objects (products) from a local file using Jquery and store all the objects in a single array called allItems.The file is co-located in the same directory as th开发者
I have a bug in this program, and I keep coming back to these two functions, but they look right to me. Anything wrong here?