Skip to content

Instantly share code, notes, and snippets.

@grumpycatsaysno
Created July 7, 2017 14:06
Show Gist options
  • Save grumpycatsaysno/8c1c647ec654ab46e26b6feea72c93c3 to your computer and use it in GitHub Desktop.
Save grumpycatsaysno/8c1c647ec654ab46e26b6feea72c93c3 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(document).ready(function () {
$('div.sf_pagerNumeric ul a').each(function () {
$(this).wrap("<li></li>");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment