SoFunction
Updated on 2025-03-02

Jquery Sudoku Game Analysis (I) - Page Layout


<body onselectstart="return false" oncopy="return false" oncut="return false">
<center>
<div style="width: 720px; height: 550px;">
<div style='width: 540px; height: 540px; float: left'>
</div>
<div >
<div >
JSUKUDO
</div>
<div >
Level:
</div>
<div >
</div>
<div >
Timer:
</div>
<div >
</div>
<div >
<input type='button' value='Easy' onclick="$().gensukudo(2);$('#level').html('LEVEL:'+$(this).val());">
<br />
<input type='button' value='Medium' onclick="$().gensukudo(3);$('#level').html('LEVEL:'+$(this).val());">
<br />
<input type='button' value='Hard' onclick="$().gensukudo(4);$('#level').html('LEVEL:'+$(this).val());">
<br />
<input type='button' value='Restart' style="display: none;" onclick="$('#SukudoTable').fadeOut(500);$('.c').each(function(){if(()!=0)$(this).setempty().check();});$('#SukudoTable').fadeIn(500);">
<br />
<br />
<b><a href="#" onclick="$().unblock().block({ message: gameintruce, css: {width:'480px', border: '3px solid #a00' } });">
GameIntroduce</a> <a href="#" onclick="$().unblock().block({ message: aboutgame, css: {width:'400px', border: '3px solid #a00' } });">
AboutSoftware</a> </b>
</div>
<div >
</div>
</div>
</center>
</body>