Simple dialog control to show alerts

by barkkathulla 2013-11-08 17:59:09


<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>jQuery UI Dialog - Default functionality</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script>
$(function() {
$( "#kavithai" ).dialog();
});
</script>
</head>
<body>
<div id="kavithai" title="Show text">
<p>Your post has been selected...</p>
</div>
</body>
</html>



Features:
*This control is supportable to show alerts inside iframe contents
*Easily change style by making custom stylesheets,show results...

1063
like
0
dislike
0
mail
flag

You must LOGIN to add comments