ソースを参照

Removed from version

zhixin 5 年 前
コミット
ee568c0294
2 ファイル変更5 行追加5 行削除
  1. 3 3
      site/docs/api/events.md
  2. 2 2
      site/docs/api/table-options.md

+ 3 - 3
site/docs/api/events.md

@@ -191,8 +191,8 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
   Fires when remote data is loaded successfully, the parameters contain:
 
   * `data`: the remote data.
-  * `status`: the status code of `jqXHR` (from 1.15.5).
-  * `jqXHR`: jqXHR object, which is a superset of the XMLHTTPRequest object. For more information, see the [jqXHR Type](http://api.jquery.com/Types/#jqXHR) (from 1.15.5).
+  * `status`: the status code of `jqXHR`.
+  * `jqXHR`: jqXHR object, which is a superset of the XMLHTTPRequest object. For more information, see the [jqXHR Type](http://api.jquery.com/Types/#jqXHR).
 
 ## onLoadError
 
@@ -369,7 +369,7 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
 
 - **jQuery Event:** `scroll-body.bs.table`
 
-- **Parameter:**: `$tableBody` (from 1.15.5)
+- **Parameter:**: `$tableBody`
 
 - **Detail:**
 

+ 2 - 2
site/docs/api/table-options.md

@@ -510,7 +510,7 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
   Before load remote data, handler the response data format, the parameters object contains:
 
   * `res`: the response data.
-  * `jqXHR`: jqXHR object, which is a superset of the XMLHTTPRequest object. For more information, see the [jqXHR Type](http://api.jquery.com/Types/#jqXHR) (from 1.15.5).
+  * `jqXHR`: jqXHR object, which is a superset of the XMLHTTPRequest object. For more information, see the [jqXHR Type](http://api.jquery.com/Types/#jqXHR).
 
 - **Default:** `function(res) { return res }`
 
@@ -1003,7 +1003,7 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
   * `data`: the table data.
   * `text`: the search text.
-  * `filter`: the filter object from `filterBy` method (from 1.15.4).
+  * `filter`: the filter object from `filterBy` method.
 
   Example usage: