In javascript, is there a technique to listen for changes to the title element?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can do this with events in most modern browsers (notable exceptions being all versions of Opera and Firefox 2.0 and earlier). In IE you can use the Note that I haven't been able to test this in all browsers, so you should test this carefully before using it.
|
||||
|
|
|
There's not a built-in event. However, you could use
|
|||||||
|