diff --git a/docs/dropdown/detail/options.md b/docs/dropdown/detail/options.md
index 4f533019..5a88c7b5 100644
--- a/docs/dropdown/detail/options.md
+++ b/docs/dropdown/detail/options.md
@@ -302,6 +302,20 @@ click: function(data, othis){
用法详见:[#示例](#examples)
+
+
+
+close 2.9.7+ |
+
+
+面板关闭后的回调函数。返回的参数如下:
+
+```
+close: function(elem){
+ console.log(elem); // 当前组件绑定的目标元素对象
+}
+```
+
|
diff --git a/examples/dropdown.html b/examples/dropdown.html
index 386db7be..f22ea4d4 100644
--- a/examples/dropdown.html
+++ b/examples/dropdown.html
@@ -37,225 +37,286 @@