In SharePoint 2010, we have a variable called _spPageContextInfo that provides current context information. We can use this to obtain the current site, user, etc.
See John Liu's post:
http://johnliu.net/blog/2012/2/3/sharepoint-javascript-current-page-context-info.html
Checking for this variable will improve performance in SharePoint 2010, as it can eliminate a call to get the current site, and possibly other values.
See John Liu's post:
http://johnliu.net/blog/2012/2/3/sharepoint-javascript-current-page-context-info.html
Checking for this variable will improve performance in SharePoint 2010, as it can eliminate a call to get the current site, and possibly other values.