rpage icon indicating copy to clipboard operation
rpage copied to clipboard

Highly responsive pagination for Bootstrap

Results 12 rpage issues
Sort by recently updated
recently updated
newest added

If the paginator is not visible initially, for instance is placed in another tab, it looks too narrow.

I forgot to make this PR ages ago. This just updated the conventions for resize: ```js $(window).resize( ``` to ```js $(window).on("resize", ```