UI Deploy

Curated, Short, Web UI Dev we Love.

How to implement history plugin in single page application

I had a requirement to implement history plugin to support back button functionality in my project.

I have used HTML5 history plugin along with localStorage to store data as browser has not so much space to store and handle mass data.

view source

Advertisement