jQuery('title').html('Test'); shortcut to document.title = 'Test';

jQuery('title').html('Test'); shortcut to document.title = 'Test';


jQuery('title').html('Test');
Should this shortcut to modify the document.title property? Currently
this does nothing in Firefox and returns an error in IE6.
Thanks for your consideration
Zach