So I created a couple of functions for my search autocomplete results (custom autocomplete) and while the results were static, the hover and click events worked fine...
but now that the results are dynamically being generated, my divs no longer respond to their hover and click events.
Is jQuery not seeing the divs anymore because they're dynamic? Should I be creating these events when the results are returned? It can't be that difficult...