Skip to content

Commit

Permalink
upd doc #122
Browse files Browse the repository at this point in the history
添加 jquery 最低版本要求说明
  • Loading branch information
唐斌 committed Aug 1, 2014
1 parent 944db04 commit 132c1f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 5 additions & 3 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,11 @@ <h3>2.作为 RequireJS 或 SeaJS 的模块引入</h3>

<p><strong>注意:</strong>内部依赖全局模块<code>require('jquery')</code>,请注意全局模块配置是否正确。<a href="../test/show.html">seajs加载示例</a></p>

<blockquote><p>如果需要支持 <a href="#quickref-iframe">iframe</a> 内容与拖拽,请引用加强版 dialog-plus.js</p></blockquote>
<blockquote><ul>
<li>如果需要支持 <a href="#quickref-iframe">iframe</a> 内容与拖拽,请引用加强版 dialog-plus.js</li>
<li>jquery 最低要求版本为<code>1.7+</code></li>
</ul>
</blockquote>

<h2><span id="quickref">快速参考</span></h2>

Expand Down Expand Up @@ -1247,8 +1251,6 @@ <h3><span id="property-open">open</span></h3>

<p>判断对话框是否被打开。</p>

<p>这是一个只读方法。</p>

<h3><span id="property-returnValue">returnValue</span></h3>

<p>对话框返回值。</p>
Expand Down
5 changes: 2 additions & 3 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ var dialog = require('./src/dialog');

**注意:**内部依赖全局模块``require('jquery')``,请注意全局模块配置是否正确。[seajs加载示例](../test/show.html)

> 如果需要支持 [iframe](#quickref-iframe) 内容与拖拽,请引用加强版 dialog-plus.js
> * 如果需要支持 [iframe](#quickref-iframe) 内容与拖拽,请引用加强版 dialog-plus.js
> * jquery 最低要求版本为``1.7+``
## [快速参考](id:quickref)

Expand Down Expand Up @@ -973,8 +974,6 @@ dialog.get('id-demo').title('8888888888');

判断对话框是否被打开。

这是一个只读方法。

### [returnValue](id:property-returnValue)

对话框返回值。
Expand Down

0 comments on commit 132c1f4

Please sign in to comment.