I’ve been trying create this simple ish to-do list web app using JavaScript & html5 localStorage for saving the to-do list, so I decided to use obj-oriented programming since it was getting kinda clutter’d with procedural programming, but I can’t seem to get it to work, here’s a link to the code http://jsfiddle.net/jared/sdPW2/
plus I’m using jQuery to make creating onClick handlers and animations easier.
so what am I doing wrong?
Lets see here
First you never call createNew anywhere so how would it be called.
Second look at your code
and
Do you realize you have TWO things called the same thing, what do you think happens?