Prepend to the title tag using jQuery?

Posted by Bob Dylan on Stack Overflow See other posts from Stack Overflow or by Bob Dylan
Published on 2010-04-15T02:41:08Z Indexed on 2010/04/15 2:43 UTC
Read the original article Hit count: 427

Filed under:
|
|

I want to have my title tag look like this:

My Website - Name of Page

I want to prepend the My Website - part so that I don't have to type it on every new page I make. So the title tag that I actually have on the page would be:

<title>Name of Page</title>

Is this possible?

© Stack Overflow or respective owner

Related posts about html

Related posts about jQuery