How can I modify the existing title to the document with Jquery as mouseover title change like that on facebook title link.
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
With javascript. jQuery won't help you here:
You can insert that into a jQuery mouseover callback function if you want.
You don't need jQuery.
I'll extend on these other answers, this code should do it in entirety, just be sure to change the class in the selector, and the new Title Text.
Here is a jsfiddle demo I made that changes the text of the object, rather than the window title: http://jsfiddle.net/MpZGf/1/
Try: