Back to mininova labs
ToDo list
What?
This is a simple Webpage based todo list.
Example
!italic! will show as italic
*bold* will show as bold
The Code
todolist.js countains all the code.
You need to following code:
<span class="notelist">
<ol type="1" id="list">
</ol>
</span>
You will also need this image
and this stylesheet.
Todo
Use XMLHTTPRequest to post the changes to a database.
Update: Got this working here.