JSFiddle - React, Tailwind, and code Playground
by s4ty
HTML
<script src="http://s4ty-testarea.s4.ohost.de/jQuery-board/"></script>
<link rel="stylesheet" href="http://s4ty-testarea.s4.ohost.de/jQuery-board/css/jquery-ui-1.8.20.custom.css">
<div id="dialog" title="Basic dialog">
<p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>
JavaScript
$(function() {
var text = 'Hier könnte Ihre Werbung stehen...!'
$( "#dialog" )
.dialog()
.text(text)
});