How to pass javascript object from one page to other

前端 未结 7 1655
时光说笑
时光说笑 2020-11-27 07:27

I want to pass javascript object from one page to other page so anyone can tell me how to do it?

Is that possible to do so using jQuery?

7条回答
  •  臣服心动
    2020-11-27 07:37

    I wrote a library some time ago, that can store most js objects to localstorage. For example instances of your prototype classes, with references to other objects, self references included. Bare in mind that IE support is lackluster.

提交回复
热议问题