sorry max.but i have no idea how to do this.
could you give me an example please.thanks
sorry max.but i have no idea how to do this.
could you give me an example please.thanks
yes max please.
I dont think i need to stringify as items are text, is this a fair assumption to make max ?
thanks max
I can see the clicked items in localstorage now on each click but how do i append to the list and store a Json blob
A simple tutorial on this would be awesome guys as a lot of people use social networking sites.
I have done this in html using
$(function (){
// store content
var todo = document.getElementById('todo');
$("#todo").blur(function() {
localStorage.setItem('todoData', this.innerHTML);
});
how can i do this in Tiggzi using javascript
Hello
Can you please tell me how to edit an item in a list an re-save into local storage
Thank you