I'm having problems debugging Twitter's Typeahead script. For some reason the following header displays fine...
header: '<h3 class="tt-title">Ads</h3>',
But when I swap out the H3 for divs as follows...
header: '<div class="tt-title">Ads</div>',
I get blank spaces. I know something is rendering, but the text is now showing up. I have a feeling it is a CSS issue, but I can't view the rendered HTML of the drop down in developer tools. The drop down closes automatically before I have a chance to navigate to it in the source.
Anyone know how to prevent it from closing once opened? I'm using Chrome's developer tools.