<?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; bootstrap</title>
	<atom:link href="http://zhoumo123.cn/category/bootstrap/feed" rel="self" type="application/rss+xml" />
	<link>http://zhoumo123.cn</link>
	<description>知识分享，共同进步。zhoumo123.cn</description>
	<lastBuildDate>Thu, 07 Nov 2019 05:53:49 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>BootStrap模态框禁用空白处点击关闭ESC禁止关闭</title>
		<link>http://zhoumo123.cn/bootstrap/3567.html</link>
		<comments>http://zhoumo123.cn/bootstrap/3567.html#comments</comments>
		<pubDate>Tue, 29 Mar 2016 01:05:00 +0000</pubDate>
		<dc:creator><![CDATA[zhangc]]></dc:creator>
				<category><![CDATA[bootstrap]]></category>

		<guid isPermaLink="false">http://zhoumo123.cn/?p=3567</guid>
		<description><![CDATA[模态框为信息编辑窗口,涉及好多内容,填了半天,若一不小心点了空白处就会消失，解决办法： $(&#8216;#myModal&#8217;).modal({backdrop: &#8216;static&#8217;, keyboard: false}); backdrop:static时,空白处不关闭. keyboard:false时,esc键盘不关闭. 上述代码用以打开模态框 &#160; http://www.cnblogs.com/DayDreamEveryWhere/p/4550320.html]]></description>
				<content:encoded><![CDATA[<p>模态框为信息编辑窗口,涉及好多内容,填了半天,若一不小心点了空白处就会消失，解决办法：</p>
<p>$(&#8216;#myModal&#8217;).modal({backdrop: &#8216;static&#8217;, keyboard: false});</p>
<p><strong>backdrop:static时,空白处不关闭.</strong></p>
<p><strong>keyboard:false时,esc键盘不关闭.</strong></p>
<p>上述代码用以打开模态框</p>
<p>&nbsp;</p>
<p>http://www.cnblogs.com/DayDreamEveryWhere/p/4550320.html</p>
]]></content:encoded>
			<wfw:commentRss>http://zhoumo123.cn/bootstrap/3567.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
