<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Change page title with jQuery</title>
	<atom:link href="http://hancic.info/change-page-title-with-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://hancic.info/change-page-title-with-jquery</link>
	<description>thoughts by Jan Hančič</description>
	<lastBuildDate>Tue, 27 Dec 2011 07:26:01 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yang</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-2972</link>
		<dc:creator>Yang</dc:creator>
		<pubDate>Wed, 14 Dec 2011 06:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-2972</guid>
		<description>$(document).attr(”title”, “New Title”); 

it is dynamically changed in page title but for SEO , it can not get it because when looking into view source there is still no change. anybody know ?

thanks</description>
		<content:encoded><![CDATA[<p>$(document).attr(”title”, “New Title”); </p>
<p>it is dynamically changed in page title but for SEO , it can not get it because when looking into view source there is still no change. anybody know ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clint carlson</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-2719</link>
		<dc:creator>clint carlson</dc:creator>
		<pubDate>Thu, 17 Nov 2011 19:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-2719</guid>
		<description>Anyone have a brilliant way to do the same thing with meta tags?</description>
		<content:encoded><![CDATA[<p>Anyone have a brilliant way to do the same thing with meta tags?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-1425</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Mon, 14 Feb 2011 06:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-1425</guid>
		<description>Hi,

This works fine in all browser...

$(document).attr(&quot;title&quot;, &quot;New Title&quot;);

Works in IE too</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This works fine in all browser&#8230;</p>
<p>$(document).attr(&#8221;title&#8221;, &#8220;New Title&#8221;);</p>
<p>Works in IE too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Digitz</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-1126</link>
		<dc:creator>Digitz</dc:creator>
		<pubDate>Sat, 30 Oct 2010 10:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-1126</guid>
		<description>$(”title”).text(”New Title”);  will NOT WORK in IE, everywhere else is fine.

for IE, you have to use document.title</description>
		<content:encoded><![CDATA[<p>$(”title”).text(”New Title”);  will NOT WORK in IE, everywhere else is fine.</p>
<p>for IE, you have to use document.title</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sérgio Laranjeira</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-1030</link>
		<dc:creator>Sérgio Laranjeira</dc:creator>
		<pubDate>Fri, 27 Aug 2010 17:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-1030</guid>
		<description>Even easier, with Jquery

$(&quot;title&quot;).text(&quot;New Title&quot;);</description>
		<content:encoded><![CDATA[<p>Even easier, with Jquery</p>
<p>$(&#8221;title&#8221;).text(&#8221;New Title&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zem</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-1013</link>
		<dc:creator>zem</dc:creator>
		<pubDate>Sun, 08 Aug 2010 06:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-1013</guid>
		<description>@Kory: same way they index pages with dynamically swapped content - they don&#039;t run scripts</description>
		<content:encoded><![CDATA[<p>@Kory: same way they index pages with dynamically swapped content &#8211; they don&#8217;t run scripts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kory</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-1009</link>
		<dc:creator>Kory</dc:creator>
		<pubDate>Wed, 04 Aug 2010 20:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-1009</guid>
		<description>How do search engines index pages with dynamically swapped titles?!?</description>
		<content:encoded><![CDATA[<p>How do search engines index pages with dynamically swapped titles?!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Miguel</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-901</link>
		<dc:creator>Daniel Miguel</dc:creator>
		<pubDate>Sat, 08 May 2010 01:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-901</guid>
		<description>Man, I always think of DOOM too... hahah 

I thought that document.title was the only solution, but skarah showed another way!

@skarab : Thanks for sharing this information!

Greetings from Brazil</description>
		<content:encoded><![CDATA[<p>Man, I always think of DOOM too&#8230; hahah </p>
<p>I thought that document.title was the only solution, but skarah showed another way!</p>
<p>@skarab : Thanks for sharing this information!</p>
<p>Greetings from Brazil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gwplpypoij</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-826</link>
		<dc:creator>gwplpypoij</dc:creator>
		<pubDate>Fri, 23 Apr 2010 04:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-826</guid>
		<description>UyK1Gc  &lt;a href=&quot;http://yohfmpwtuxsd.com/&quot; rel=&quot;nofollow&quot;&gt;yohfmpwtuxsd&lt;/a&gt;, [url=http://qkyqxnamnsmp.com/]qkyqxnamnsmp[/url], [link=http://wuxyesmojzrg.com/]wuxyesmojzrg[/link], http://vzotbjyvjulc.com/</description>
		<content:encoded><![CDATA[<p>UyK1Gc  <a href="http://yohfmpwtuxsd.com/" rel="nofollow">yohfmpwtuxsd</a>, [url=http://qkyqxnamnsmp.com/]qkyqxnamnsmp[/url], [link=http://wuxyesmojzrg.com/]wuxyesmojzrg[/link], <a href="http://vzotbjyvjulc.com/" rel="nofollow">http://vzotbjyvjulc.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Byrne</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-781</link>
		<dc:creator>Ben Byrne</dc:creator>
		<pubDate>Mon, 05 Apr 2010 17:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-781</guid>
		<description>Interesting.... $(&#039;title&#039;).html() appears to work fine in Webkit-based browsers (it&#039;s also the first thing I tried), but throws an error in IE. Skarab&#039;s approach works fine everywhere, but the only advantage I see of using it over just document.title is that it keeps the code more jquery-esque.</description>
		<content:encoded><![CDATA[<p>Interesting&#8230;. $(&#8217;title&#8217;).html() appears to work fine in Webkit-based browsers (it&#8217;s also the first thing I tried), but throws an error in IE. Skarab&#8217;s approach works fine everywhere, but the only advantage I see of using it over just document.title is that it keeps the code more jquery-esque.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

