Dialog contents not displaying
I am creating a dialogue which is launched when search results are
populated via Ajax. Initially, my div tag is just:
<div id="search_results" title="Search Results">
Your search results
<ul id="search_result_list"></ul>
</div>
The gets filled when the user performs a live search.
The dialog is opening, but there are no contents being displayed, even
the contents, which I added just to see if anything would display.
When I've tried this with static contents everything displays just
fine.
Any ideas?
Thanks,
Steve