<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[介绍一个jQuery的Dialog插件]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 07 Apr 2010 02:01:28 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	插件基本特性：<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;* 模态窗口<br/>&nbsp;&nbsp;&nbsp;&nbsp;* 可拖动<br/>&nbsp;&nbsp;&nbsp;&nbsp;* 可改变大小<br/>&nbsp;&nbsp;&nbsp;&nbsp;* 可用AJAX加载内容<br/>&nbsp;&nbsp;&nbsp;&nbsp;* ...<br/><br/><a href="http://jackxiang.com/attachment.php?fid=91" target="_blank"><img src="http://jackxiang.com/attachment.php?fid=91" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>基本用法：<br/><br/><br/><br/><div class="code">&lt;div id=&quot;dd&quot; style=&quot;padding:5px;width:400px;height:200px;&quot;&gt;&nbsp;&nbsp;<br/> Dialog Content.&nbsp;&nbsp;<br/>&lt;/div&gt;&nbsp;&nbsp;</div><br/><br/><br/>JS code:<br/><br/><br/> <br/><div class="code">$(&#039;#dd&#039;).dialog( <br/> title:&#039;MDialog&#039; <br/> iconCls:&#039;icon-ok&#039; <br/> toolbar:&#91; <br/> text:&#039;Add&#039; <br/> iconCls:&#039;icon-add&#039; <br/> handler:function() <br/> alert(&#039;add&#039; <br/>&nbsp;&nbsp;<br/>&#125;,&#039;-&#039;, <br/>text:&#039;Save&#039; <br/>iconCls:&#039;icon-save&#039; <br/>handler:function() <br/>alert(&#039;save&#039; <br/> <br/>&#125;&#93; <br/>buttons:&#91; <br/>text:&#039;Ok&#039; <br/>iconCls:&#039;icon-ok&#039; <br/>handler:function() <br/>alert(&#039;ok&#039;) <br/> <br/>&#125;, <br/>text:&#039;Cancel&#039; <br/>handler:function() <br/>$(&#039;#dd&#039;).dialog(&#039;close&#039;) <br/> <br/>&#125; <br/>&#125;) </div><br/><br/><br/>下载地址：http://jquery-easyui.wikidot.com/tutorial:dlg1
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 介绍一个jQuery的Dialog插件]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>