Messed around with API document: Improved layout, removed animation, added <Content> type
This commit is contained in:
parent
ca438a718a
commit
bb816b9c95
4 changed files with 9 additions and 10 deletions
|
@ -102,7 +102,7 @@ $.fn.pager = function(step) {
|
|||
.addClass("cur");
|
||||
|
||||
pagedUI.empty().append(
|
||||
jQuery.merge( rows, [] ).slice( s, s + e )
|
||||
jQuery.makeArray( rows ).slice( s, s + e )
|
||||
);
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue