0

I'm currently develop an hybrid app with the Ratchet framework. Within this framework, all links are loaded via Ajax with the Push.js file. Everything works fine for static pages, but how can I retrieve a page which is dynamically generated? How can I pass a variable, or even data, to the new page which will be loaded via ajax from push.js?

John Brunner
  • 2,842
  • 11
  • 44
  • 85

1 Answers1

0

Most probably, what you need is to leverage the power of local storage. See here for a good introduction: http://www.w3schools.com/html/html5_webstorage.asp

osa
  • 79
  • 6