I am using the jquery ui autocomplete, I am overwriting the _renderItem method.
However I am having issues with the list becoming too wide when I add some divs to each li.
I want to inspect the list using google chromes developer tools, however the list keeps closing so I cannot inspect it.
How can I inspect the list?
Have you set your options for closing the list to something other than the default?
I tried the example on jQuery http://jqueryui.com/demos/autocomplete/#option-source and could with ease “right click” a list item and select “inspect element”, making it appear in the Dev tool’s inspect window