I'm trying to get the favorites list using localstorage.
I have a listview with a number of items. When I click on an item it opens up and shows some data.
In the same page I have a button with the text Bookmark
. When I click on it, that particular page has to be added to that favourites list . When I'm trying to get the list of favourites it shows up empty.
Here is my Fiddle: http://jsfiddle.net/nPwXK/1
Thanks in Advance.