﻿<?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>评论：浏览AJAX历史记录的三种方法</title>
	<atom:link href="http://www.ll19.com/for_ajax_history.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ll19.com/for_ajax_history.html</link>
	<description>今天总是好过昨天~原来，冥冥之中，自有天意。</description>
	<lastBuildDate>Tue, 13 Dec 2011 07:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>由：19.</title>
		<link>http://www.ll19.com/for_ajax_history.html/comment-page-2#comment-122467</link>
		<dc:creator>19.</dc:creator>
		<pubDate>Sun, 19 Sep 2010 11:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ll19.com/?p=169#comment-122467</guid>
		<description>JQUERY有AJAX加载完毕回调的函数可调用，这块你不知道就别说你用过JQUERY，好好看看文档吧。

&lt;a href=&quot;#comment-122466&quot; rel=&quot;nofollow&quot;&gt;@长岛冰泪:&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>JQUERY有AJAX加载完毕回调的函数可调用，这块你不知道就别说你用过JQUERY，好好看看文档吧。</p>
<p><a href="#comment-122466" rel="nofollow">@长岛冰泪:</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>由：长岛冰泪</title>
		<link>http://www.ll19.com/for_ajax_history.html/comment-page-2#comment-122466</link>
		<dc:creator>长岛冰泪</dc:creator>
		<pubDate>Sun, 19 Sep 2010 10:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ll19.com/?p=169#comment-122466</guid>
		<description>用 jQuery.historyLoad那个插件。如何能判断加载完成？</description>
		<content:encoded><![CDATA[<p>用 jQuery.historyLoad那个插件。如何能判断加载完成？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：mcooo</title>
		<link>http://www.ll19.com/for_ajax_history.html/comment-page-2#comment-122248</link>
		<dc:creator>mcooo</dc:creator>
		<pubDate>Sun, 04 Jul 2010 11:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ll19.com/?p=169#comment-122248</guid>
		<description>修改以前监听，可能会比较好吧，如果锚点有加载过就显示历史记录，没有加载过就执行AJAX加载。这样会更好啊，再有，那个顶部的flash是用JS加上链接的，我想会更好实现锚点AJAX加载吧！</description>
		<content:encoded><![CDATA[<p>修改以前监听，可能会比较好吧，如果锚点有加载过就显示历史记录，没有加载过就执行AJAX加载。这样会更好啊，再有，那个顶部的flash是用JS加上链接的，我想会更好实现锚点AJAX加载吧！</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：mcooo</title>
		<link>http://www.ll19.com/for_ajax_history.html/comment-page-2#comment-122247</link>
		<dc:creator>mcooo</dc:creator>
		<pubDate>Sun, 04 Jul 2010 11:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ll19.com/?p=169#comment-122247</guid>
		<description>&lt;a href=&quot;#comment-122243&quot; rel=&quot;nofollow&quot;&gt;@19.:&lt;/a&gt;说说，点击FLASH执行JS函数和监听锚点哪个好啊，哪个容易实现啊！呵呵，很多我都只是明白一些原理要真正写的话，就不行了！</description>
		<content:encoded><![CDATA[<p><a href="#comment-122243" rel="nofollow">@19.:</a>说说，点击FLASH执行JS函数和监听锚点哪个好啊，哪个容易实现啊！呵呵，很多我都只是明白一些原理要真正写的话，就不行了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：19.</title>
		<link>http://www.ll19.com/for_ajax_history.html/comment-page-2#comment-122246</link>
		<dc:creator>19.</dc:creator>
		<pubDate>Sun, 04 Jul 2010 11:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ll19.com/?p=169#comment-122246</guid>
		<description>你以前加载过的内容监听会记录下来，你直接改变锚点是可以改变内容的，这就是相当浏览AJAX历史记录啊。

你以前没有加载过当然不会变化，你想每次都变化，就得像我说的那样修改成点击FLASH执行JS函数。

你如果就是想只靠FLASH输出锚点链接来实现AJAX，就要自己再写一个监听（或者修改以前监听），来得到每次更改的锚点，如果锚点有加载过就显示历史记录，没有加载过就执行AJAX加载。

我感觉你对整个全站AJAX的过程，包括锚点浏览历史记录根本没搞清楚。

&lt;a href=&quot;#comment-122245&quot; rel=&quot;nofollow&quot;&gt;@mcooo:&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>你以前加载过的内容监听会记录下来，你直接改变锚点是可以改变内容的，这就是相当浏览AJAX历史记录啊。</p>
<p>你以前没有加载过当然不会变化，你想每次都变化，就得像我说的那样修改成点击FLASH执行JS函数。</p>
<p>你如果就是想只靠FLASH输出锚点链接来实现AJAX，就要自己再写一个监听（或者修改以前监听），来得到每次更改的锚点，如果锚点有加载过就显示历史记录，没有加载过就执行AJAX加载。</p>
<p>我感觉你对整个全站AJAX的过程，包括锚点浏览历史记录根本没搞清楚。</p>
<p><a href="#comment-122245" rel="nofollow">@mcooo:</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>由：mcooo</title>
		<link>http://www.ll19.com/for_ajax_history.html/comment-page-2#comment-122245</link>
		<dc:creator>mcooo</dc:creator>
		<pubDate>Sun, 04 Jul 2010 11:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ll19.com/?p=169#comment-122245</guid>
		<description>&lt;a href=&quot;#comment-122243&quot; rel=&quot;nofollow&quot;&gt;@19.:&lt;/a&gt;点flash的links地址栏上链接会变成http://mcooo.com/#/links，如果在点击这个links之前你已经加载过http://mcooo.com/#/links的话，它就可以直接转到这个页的啊，我的意思可不可以当锚点是#/links；#/about;#/index.....就会加载内容?</description>
		<content:encoded><![CDATA[<p><a href="#comment-122243" rel="nofollow">@19.:</a>点flash的links地址栏上链接会变成http://mcooo.com/#/links，如果在点击这个links之前你已经加载过http://mcooo.com/#/links的话，它就可以直接转到这个页的啊，我的意思可不可以当锚点是#/links；#/about;#/index&#8230;..就会加载内容?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

