<?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>评论：wBox</title>
	<atom:link href="http://js8.in/wbox-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://js8.in</link>
	<description>专注前端开发,分享Javascript/CSS/PHP等Web前端开发技巧</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:03:52 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：yftst</title>
		<link>http://js8.in/wbox-jquery/comment-page-3#comment-3172</link>
		<dc:creator>yftst</dc:creator>
		<pubDate>Fri, 06 Jan 2012 08:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?page_id=503#comment-3172</guid>
		<description>有个问题是窗口内的内容怎么调整，如：现在的是中文内容，我需要改为英文的。</description>
		<content:encoded><![CDATA[<p>有个问题是窗口内的内容怎么调整，如：现在的是中文内容，我需要改为英文的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：我是一颗丨</title>
		<link>http://js8.in/wbox-jquery/comment-page-3#comment-3083</link>
		<dc:creator>我是一颗丨</dc:creator>
		<pubDate>Tue, 06 Dec 2011 03:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?page_id=503#comment-3083</guid>
		<description>那个ajax 1.html那个效果在Chrome中，弹出的窗体大小不对啊~！</description>
		<content:encoded><![CDATA[<p>那个<a title="ajax" href="http://js8.in/category/front-end/ajax-front-end-2">ajax</a> 1.html那个效果在<a title="Chrome" href="http://js8.in/tag/chrome">Chrome</a>中，弹出的窗体大小不对啊~！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：胸口碎大石</title>
		<link>http://js8.in/wbox-jquery/comment-page-3#comment-3046</link>
		<dc:creator>胸口碎大石</dc:creator>
		<pubDate>Tue, 22 Nov 2011 05:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?page_id=503#comment-3046</guid>
		<description>请问有没有最大化和最小化功能呢</description>
		<content:encoded><![CDATA[<p>请问有没有最大化和最小化功能呢</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：ken</title>
		<link>http://js8.in/wbox-jquery/comment-page-3#comment-2993</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Tue, 08 Nov 2011 06:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?page_id=503#comment-2993</guid>
		<description>使用ajax类型调用html页面，弹出后出现乱码，如何解决？</description>
		<content:encoded><![CDATA[<p>使用<a title="ajax" href="http://js8.in/category/front-end/ajax-front-end-2">ajax</a>类型调用html页面，弹出后出现乱码，如何解决？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：&#187; 自己写的一个轻量级javascript框架的设计模式(转)_流影部落阁</title>
		<link>http://js8.in/wbox-jquery/comment-page-3#comment-2911</link>
		<dc:creator>&#187; 自己写的一个轻量级javascript框架的设计模式(转)_流影部落阁</dc:creator>
		<pubDate>Sun, 30 Oct 2011 07:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?page_id=503#comment-2911</guid>
		<description>[...] 我自己写的框架也不知道叫什么名字，刚开始写的时候随手写了个W（姓拼音，之前写过jQuery弹出框插件wBox），现在写这篇文章重新整理了一下思想，换了YQ（名字拼音，你懂的~）。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 我自己写的框架也不知道叫什么名字，刚开始写的时候随手写了个W（姓拼音，之前写过<a title="jQuery" href="http://js8.in/tag/jquery">jQuery</a>弹出框插件<a title="wBox" href="http://js8.in/wbox-jquery">wBox</a>），现在写这篇文章重新整理了一下思想，换了YQ（名字拼音，你懂的~）。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：zhang</title>
		<link>http://js8.in/wbox-jquery/comment-page-3#comment-2818</link>
		<dc:creator>zhang</dc:creator>
		<pubDate>Tue, 25 Oct 2011 11:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?page_id=503#comment-2818</guid>
		<description>我在页面上有个链接a
&lt;a&gt;高级搜索&lt;/a&gt;
function ShowXWIN(){
  
	vWbox=$(&quot;#divAdvanceQuery&quot;).wBox({requestType:&quot;iframe&quot;,drag:false,title:&quot;高级检索&quot;,iframeWH:{width:500},target:&quot;advance.jsp&quot;});
   
}

在advance.jsp中输出一些标记。

当第一次点击 链接是 advance.jsp中输出一次标记。
当第二次点击 链接是 advance.jsp中输出了两次标记。
当第一次点击 链接是 advance.jsp中输出三次标记。
当第n次点击 链接是 advance.jsp中输出n次标记。

刷新页面后，又重复上面的操作还有一样。。。这是什么原因呢。
谢谢。</description>
		<content:encoded><![CDATA[<p>我在页面上有个链接a<br />
<a>高级搜索</a><br />
function ShowXWIN(){</p>
<p>	vWbox=$(&#8221;#divAdvanceQuery&#8221;).<a title="wBox" href="http://js8.in/wbox-jquery">wBox</a>({requestType:&#8221;<a title="iframe" href="http://js8.in/tag/iframe">iframe</a>&#8221;,drag:false,title:&#8221;高级检索&#8221;,iframeWH:{width:500},target:&#8221;advance.jsp&#8221;});</p>
<p>}</p>
<p>在advance.jsp中输出一些标记。</p>
<p>当第一次点击 链接是 advance.jsp中输出一次标记。<br />
当第二次点击 链接是 advance.jsp中输出了两次标记。<br />
当第一次点击 链接是 advance.jsp中输出三次标记。<br />
当第n次点击 链接是 advance.jsp中输出n次标记。</p>
<p>刷新页面后，又重复上面的操作还有一样。。。这是什么原因呢。<br />
谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：yin</title>
		<link>http://js8.in/wbox-jquery/comment-page-3#comment-2680</link>
		<dc:creator>yin</dc:creator>
		<pubDate>Thu, 13 Oct 2011 12:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?page_id=503#comment-2680</guid>
		<description>只能由页面元素点击来触发，不能有其他function来调用触发吗？ 那我要传参数到ajax的url里怎么搞。</description>
		<content:encoded><![CDATA[<p>只能由页面元素点击来触发，不能有其他function来调用触发吗？ 那我要传参数到<a title="ajax" href="http://js8.in/category/front-end/ajax-front-end-2">ajax</a>的url里怎么搞。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：leon</title>
		<link>http://js8.in/wbox-jquery/comment-page-3#comment-2557</link>
		<dc:creator>leon</dc:creator>
		<pubDate>Thu, 29 Sep 2011 03:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?page_id=503#comment-2557</guid>
		<description>wbox  怎么调整弹出层的位置呢？？</description>
		<content:encoded><![CDATA[<p><a title="wbox" href="http://js8.in/wbox-jquery">wbox</a>  怎么调整弹出层的位置呢？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：jomo</title>
		<link>http://js8.in/wbox-jquery/comment-page-3#comment-2546</link>
		<dc:creator>jomo</dc:creator>
		<pubDate>Wed, 28 Sep 2011 06:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?page_id=503#comment-2546</guid>
		<description>@draem0507：
我也是发现这个问题，在firefox中</description>
		<content:encoded><![CDATA[<p>@draem0507：<br />
我也是发现这个问题，在<a title="firefox" href="http://js8.in/tag/firefox">firefox</a>中</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：jomo</title>
		<link>http://js8.in/wbox-jquery/comment-page-3#comment-2545</link>
		<dc:creator>jomo</dc:creator>
		<pubDate>Wed, 28 Sep 2011 06:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?page_id=503#comment-2545</guid>
		<description>不用wbox_class怎么来关闭啊？？我想点保存，成功之后就自动关闭</description>
		<content:encoded><![CDATA[<p>不用wbox_class怎么来关闭啊？？我想点保存，成功之后就自动关闭</p>
]]></content:encoded>
	</item>
</channel>
</rss>

