How can I modify the existing title to the document with Jquery as mouseover title change like that on facebook title link.
You don't need jQuery.
document.title = 'My new title here';
With javascript. jQuery won't help you here:
document.title = 'New Title';
You can insert that into a jQuery mouseover callback function if you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With