Hey guys, I've been trying to get this to work. don't know how.
<link rel="stylesheet" href="../js2/css/smoothness/jquery-ui-1.10.4.custom.css" type="text/css" />
<script src="js/jquery-1.9.1.js"></script>
<script src="../js2/js/jquery-ui-1.10.4.custom.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#box').dialog();
});
</script>
<?php
echo("<div id='box'> Password changed </div>");
?>
It doesn't workk somehow, can anyone help me?