I want to change the title of page dynamically. I have lots of AJAX request going on in my page. On each type of response I want to notify this using the title.
AJAX
$(document).attr("title", "New Title");