Jquery modified page title other JS invalid solution

  • 2020-03-30 04:11:55
  • OfStack

Jquery code


$("title").html("hello");

Later had to use the following js code to implement

Js code


document.title="hello";


Related articles: