Wikipedia Viewer Feedback - CodeyMcC

Hey guys

I’d love to get some feedback on my wiki viewer if possible:

Couple of issues:

  1. Again I had struggles with the scrolling elements into view. I’ve had the same issues on previous projects and on this one it usually just wouldn’t appear. I wanted a fade in and scroll oin effect, but putting a .scrollTop() method in before my “for” loop meant that none of my results would show. So for now I thought the fade was good enough!

  2. I couldn’t get the autocomplete bonus story to work. I think this is because I’ve got my AJAX request under a click button event, but even so trying to put it outside of that meant I still couldn’t get an auto-complete on my search input. The documentation says it’s in by default, but my code wasn’t supportive of that!

Anyway, would love some feedback on how you think I could improve my setup.

Cheers!