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")
请先登录再写评论。
评论
1 条评论