• Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME

Alex Arriaga

  • Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME
© 2023 Alex Arriaga

Tag: PHP

jQuery Web Development

Saving a complex JSON object in a cookie by using jQuery (demo included in PHP)

Posted on July 10, 2013by alex-arriaga

Today, I spent almost three hours to test and implement a mechanism to save a complex JSON object and get it to render in a HTML output,, for this reason I would like to explain what was the best easiest way that I found for saving my object. First, I would recommend you to be sure that…