Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: Get Site Title

$
0
0

You don't need SPServices for that. You can do it with jQuery.  The site title should be at the top of each page with an tag ID of 'ctl00_PlaceHolderSiteName_onetidProjectPropertyTitle' so referencing that element's text property is simply...

var strSiteTitle = $("#ctl00_PlaceHolderSiteName_onetidProjectPropertyTitle").text();


Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>