I am trying to set page title in dynamic content with jQuery , tried many methods but the the page shows service-now title only
I tried document.title="test";
jQuery('title').html("Test");
But nothing is working
I am trying to set page title in dynamic content with jQuery , tried many methods but the the page shows service-now title only
I tried document.title="test";
jQuery('title').html("Test");
But nothing is working