I have what I suspect to be a simple question and after search I suspect the answer to my question to be no, but to double check...
Is it possible to use the Jquery
I hope this helps somebody, you can pass html to dialog directly, like this:
$("Hello World!").dialog();
Hello World!
so this way you don't have to have a pre-builded div, you could use:
$("My div content").dialog();
EDIT: changed end tag to