DCSIMG
January 2010 - Posts - Client-Side with Basil Goldman

January 2010 - Posts

23 January 2010
JavaScript Breadcrumbs navigation
In this code listing I want to demonstrate how to implement "Breadcrumbs" in JavaScript for the pages collection, where page object have a two main key's pageId and parentPageId, and create a new collection sorted by current parents. Listing 1: function page(pageId, parentPageId, title... Read More...