topical media & game development
sample-jquery-desktop.htm / htm
<html>
script(s)
<head>
<script src="lib-present-jquery-desktop-complete-case-lib-jquery-1.2.6.min.js"></script>
<script src="lib-present-jquery-desktop-complete-case-lib-jquery-ui-1.5.3.packed.js"></script>
<script src="lib-present-jquery-desktop-complete-case-lib-jquery.mousewheel.pack.js"></script>
desktop organizer
<script src="sample-jquery-desktop.js"></script>
<link rel="stylesheet" href="sample-jquery-desktop.css" type="text/css" media="screen" charset="utf-8">
<title>jquery -- desktop</title>
ready
<script>
document.ready(function() {
organizer.start();
});
</script>
</head>
<body>
<div id="container">
<div id="universe">
</div>
<div id="scroll-trigger" title="click to pan around" >
</div>
</div>
<div id="scroll-overlay" style="display: none">
<div><button id="scroll-done">done</button></div>
</div>
<div id="welcome">
<h1>desktop</h1>
<button id="shuffleCards">shuffle(s)</button>
</div>
</body>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.