Sorasyn commented on a Page, Dynamically change URL using Push and Popstate  -  May 23, 2013

Is this the JQuery implementation to a similar "Stack" object often seen in OOP languages?

sean  -  May 24, 2013

I'm not exactly sure what you're referring to but, Javascript is a great OOP language that also allows for procedural programming. jQuery however, is a framework that's generally used to simplify workflow for common tasks (such as events, requests, etc.). Hopefully that helps a bit :)

Sorasyn  -  May 24, 2013

Not quite what I was after, but that's alright. I was reading your description and it sounded as if it behaved like a Stack object, Stacks can push and pop objects to and from the top of the stack. LIFO type data structure.

Whereas this pushes and pops URL information when the back button is pressed (Presumably to load the previous page state).

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.