local storage: cloning <li></li>

local storage: cloning <li></li>

Hi,

I'm trying to get into html5 local storage, did some tutorials, mostly about writing to-do-list apps, but what I'm really want is something different than that. I would like to have a listview with several <li></li>'s which the user could favorite (by clicking on an image in the li at the right for instance) for which the clicked <li> is cloned to another div (#favs for instance). Removing the cloned <li>'s from this div would be another step.

I'm not asking for complete code, but could someone point me in the right direction or perhaps an example of how to achieve this?