| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/www/websites/samaj/samaj/admin/js/ |
| Current File : //home/udaipurk/www/websites/samaj/samaj/admin/js/2.html |
<script src="http://code.jquery.com/jquery-1.8.3.js"></script><script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script> <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css" />
<script>$(function() {
$('#open').live('click', function() {
$('#gender-dialog').dialog('open');
});
$('#gender-dialog').dialog({
autoOpen: true,
modal: true,
title: 'Select a gender'
});
});
</script>
<input type="submit" name="submit" id="open" value="Click to open dialog" />
<div id="gender-dialog">
<input type="radio" name="gender" value="male" /> Male<br />
<input type="radio" name="gender" value="female" /> Female<br /><br />
<p></p>
</div>