|
|
@ -119,7 +119,7 @@ $.extend( $.fn.dataTableExt.oPagination, {
|
|
|
|
$('li:gt(0)', an[i]).filter(':not(:last)').remove();
|
|
|
|
$('li:gt(0)', an[i]).filter(':not(:last)').remove();
|
|
|
|
|
|
|
|
|
|
|
|
// Add the new list items and their event handlers
|
|
|
|
// Add the new list items and their event handlers
|
|
|
|
$.each( pages, function( i, page ) {
|
|
|
|
$.each( pages, function( ii, page ) {
|
|
|
|
klass = page === null ? 'unavailable' :
|
|
|
|
klass = page === null ? 'unavailable' :
|
|
|
|
page === oPaging.iPage ? 'current' : '';
|
|
|
|
page === oPaging.iPage ? 'current' : '';
|
|
|
|
$('<li class="'+klass+'"><a href="">'+(page===null? '…' : page+1)+'</a></li>')
|
|
|
|
$('<li class="'+klass+'"><a href="">'+(page===null? '…' : page+1)+'</a></li>')
|
|
|
|