Get subsites of a SharePoint 2010 via jQuery

Last blogpost we used the SharePoint Designer DataSource to get subsites of a SharePoint 2010 site. Good thing about that method is you don’t need code.

If you want to do it in code, so you can do something extra with them, here is how to:

var currentsite = new SP.ClientContext.get_current();
this.webs = currentsite.get_web().get_webs();

Via SharePoint StackExchange

About: Marijn

Marijn Somers (MVP) has over 14 years experience in the SharePoint world, starting out with SP2007. Over the years the focus has grown to Office 365, with a focus on collaboration and document management. He is a business consultant at Balestra and Principal Content Provider for "Mijn 365 Coach" that offers dutch employee video training. His main work tracks are around user adoption, training and coaching and governance. He is also not afraid to dig deeper in the technicalities with PowerShell, adaptive cards or custom formatting in lists and libraries. You can listen to him on the biweekly "Office 365 Distilled" podcast.