jQuery 1.8.2 | Save div contents as playlist for future retrieval?

jQuery 1.8.2 | Save div contents as playlist for future retrieval?

My multimedia app allows appending in a div the ol listing of clickable thumbnails, titles and durations of youtube videos for future replay. I was wondering how to save the ol element (with all the contents of li child elements) for future retrieval on a click of a button? Would the following cookie function work? https://github.com/carhartl/jquery-cookie/blob/master/README.md . I've read that cookies are not the way to go for this type of data, is that accurate? Basically, in my app, a button would export the div contents to the client's computer (perhaps as a playlist?) and another button would import that playlist back into my app.

Maybe a jQuery form or plugin would be in order here, any pointers? Thx for guiding me. - dan




    • Topic Participants

    • i1drr