How to change the <title> element on a web form
Is there a property that changes the <title> element on a web form? The only way I see to do this is using jQuery to update the html in the element!
Example: $("title").html("Paid Time Off Request")
Please sign in to leave a comment.
Comments
1 comment