I am using jquery.pagination.js plugin.
I have 100 pages. Numbers are displayed on the first and last page, but dots are not displayed. Please check the screenshot and code.
$("#Pagination").pagination(num_entries, { items_per_page : 10, num_display_entries : 2, num_edge_entries : 1, current_page : pageIndex-1, //link_to : path +"?"+param callback : paginationCallback }); function paginationCallback(page_index, jq) { }


Any default options for displaying a dot character?
RSKMR source share