|
@@ -22,7 +22,7 @@ $(function () {
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
// examples
|
|
// examples
|
|
|
- $('#examples').load('/wenzhixin/bootstrap-table/issues/1765 #issue-119870991 .comment-content', function () {
|
|
|
|
|
|
|
+ $('#examples').load('/wenzhixin/bootstrap-table/issues/1765 #issue-119870991 .comment-body', function () {
|
|
|
var $this = $(this);
|
|
var $this = $(this);
|
|
|
$this.find('h1').each(function () {
|
|
$this.find('h1').each(function () {
|
|
|
$(this).after('<hr>');
|
|
$(this).after('<hr>');
|
|
@@ -80,4 +80,4 @@ function methodFormatter(value) {
|
|
|
}
|
|
}
|
|
|
var href = 'http://issues.wenzhixin.net.cn/bootstrap-table/#methods/' + value + '.html';
|
|
var href = 'http://issues.wenzhixin.net.cn/bootstrap-table/#methods/' + value + '.html';
|
|
|
return '<a target="_blank" href="' + href + '"><i class="glyphicon glyphicon-screenshot"></i></a>';
|
|
return '<a target="_blank" href="' + href + '"><i class="glyphicon glyphicon-screenshot"></i></a>';
|
|
|
-}
|
|
|
|
|
|
|
+}
|