Change Page Title Using Jquerry

To Change Page Title in share point Aspx Page
$("#pageTitle").text("Resource Effort Allocation");

To Change Page font Size of  Title
    $("#pageTitle").css("font-size", " 20px");

Comments

Popular posts from this blog

SP People Picker Validation

Create multiple web parts in one SPFx Solution

JQgrid Auto Complete functionality for a textbox using Jquerry