So I worked a bit more today on the whole search issue, and the listview that goes along with it. I put some code in JSFiddle here to isolate it, and the list works. Then, I put it back in the loop, and it didn't work. I put it out of the loop (without getting JSON), and it worked perfectly again. So, I've determined that our JSON function is actually refreshing the page, and it's ruining the list, since it's resetting it every single time.
While I'm not sure of exactly how to fix this, hopefully Alex can find the line of code that's causing it. Once we can stop it from refreshing our page, our search results should work perfectly.
Cool! JSFiddle is a great resource. It is rewarding (and fun) to read blog posts that introduce me to new tools like this.
ReplyDelete