<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>最优良人 &#187; asyncbox</title>
	<atom:link href="http://www.zui88.com/view-tag/asyncbox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zui88.com/blog</link>
	<description>中山php&#124;最优网络</description>
	<lastBuildDate>Mon, 13 May 2013 04:56:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>asyncbox异步弹出窗口，jq弹出层插件，可异步加载页面</title>
		<link>http://www.zui88.com/blog/view-175.html</link>
		<comments>http://www.zui88.com/blog/view-175.html#comments</comments>
		<pubDate>Thu, 25 Aug 2011 04:18:44 +0000</pubDate>
		<dc:creator>lin</dc:creator>
				<category><![CDATA[网站前端]]></category>
		<category><![CDATA[asyncbox]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.zui88.com/blog/?p=175</guid>
		<description><![CDATA[AsyncBox（异步盒子）是一款基于 jQuery 的弹窗插件。能够实现网站的整体风格效果，给用户一个新的视觉享受。主要模拟常用的 alert、confirm、prompt、open 和扩展了一些对话框。它通过回调函数触发事件动作并执行，使操作区域更加明了、统一。而且能够在主流浏览器中灵活运用。 介绍及下载地址 http://www.nnhuashi.com/asyncbox/index.html 实例： $('#select-furns').click(function() { asyncbox.open({ id: 'select-form', title: $(this).val(), url: 'index.php', width: 700, height: 400, tipsbar: { title: '操作提示', content: '请先通过下方 &#60;strong&#62;筛选操作&#60;/strong&#62;，筛选出你需要的家具。' }, data: { module: 'House_Furniture', load: 'AjaxFurniture', col_key: '&#60;?php echo $_GET['col_key']; ?&#62;', lang: '&#60;?php echo getLanguage(); ?&#62;' } }); }); 注意：如果通过a标签点击弹出，如果a标签的href为javascript:;或javascript:void(0);在ie6下可能会产生阻断，导致页面无法打开 解决的方法是用href=#或者不用a标签 为了防止浏览器跳到顶部，可以加上onclick="return false;" ，或者可以用href=#click这样的形式，这样点击的话如果有id=click的元素浏览器会定位到那里，如果没有，则原地不动]]></description>
			<content:encoded><![CDATA[<p>AsyncBox（异步盒子）是一款基于 jQuery 的弹窗插件。能够实现网站的整体风格效果，给用户一个新的视觉享受。主要模拟常用的 alert、confirm、prompt、open 和扩展了一些对话框。它通过回调函数触发事件动作并执行，使操作区域更加明了、统一。而且能够在主流浏览器中灵活运用。</p>
<p>介绍及下载地址 <a href="http://www.nnhuashi.com/asyncbox/index.html" target="_blank">http://www.nnhuashi.com/asyncbox/index.html</a></p>
<p>实例：<br />
 $('#select-furns').click(function() {<br />
        asyncbox.open({<br />
            id: 'select-form',<br />
            title: $(this).val(),<br />
            url: 'index.php',<br />
            width: 700,<br />
            height: 400,<br />
            tipsbar: {<br />
                title: '操作提示',<br />
                content: '请先通过下方 &lt;strong&gt;筛选操作&lt;/strong&gt;，筛选出你需要的家具。'<br />
            },<br />
            data: {<br />
                module: 'House_Furniture',<br />
                load: 'AjaxFurniture',<br />
                col_key: '&lt;?php echo $_GET['col_key']; ?&gt;',<br />
                lang: '&lt;?php echo getLanguage(); ?&gt;'<br />
            }<br />
        });<br />
    });<br />
注意：如果通过a标签点击弹出，如果a标签的href为javascript:;或javascript:void(0);在ie6下可能会产生阻断，导致页面无法打开<br />
解决的方法是用href=#或者不用a标签<br />
为了防止浏览器跳到顶部，可以加上onclick="return false;" ，或者可以用href=#click这样的形式，这样点击的话如果有id=click的元素浏览器会定位到那里，如果没有，则原地不动</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zui88.com/blog/view-175.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
