annotate random-stuff/status-bar-widget.html @ 22:ecd868a32247
better error logging, streamlined example
author |
Atul Varma <varmaa@toolness.com> |
date |
Thu, 07 May 2009 15:42:53 -0700 |
parents |
a07982ba7259 |
children |
|
rev |
line source |
20
|
1 <html>
|
|
2 <head>
|
|
3 <title>Status Bar Widget</title>
|
|
4 </head>
|
|
5 <body style="margin: 0; padding: 0; font-family: helvetica; font-size: 9pt;">
|
|
6 <span id="text" style="cursor: pointer;">Hi there dood.</span>
|
|
7 </body>
|
|
8 <script src="jquery.js"></script>
|
|
9 <script src="status-bar-widget.js"></script>
|
|
10 </html>
|