I have a question about the dialog() function of Jquery.
I wonder if instead using it with an selector before it, like this
$('#dialog').dialog(open)
....
<div id="dialog" title="Dialog Title">
<p>Dialog Test</p>
</div>
if I could pass the "<p>Dialog Test</p>" to it as a pure string in some way ?
Best wishes
1 Answer