28
Oct
Learn how to change page title using jQuery
Following jquery code is used to change the page title.
$(document).attr('title', 'new title');
By admin|Computer, JavaScript, jQuery
Following jquery code is used to change the page title.
$(document).attr('title', 'new title');