Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 758 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 758 Bytes

PRIMO scripts

  1. Javascript and CSS used to customise Ex Libris PRIMO ============

eshelf.sortable.js

  • eshelf.sortable.js adds tablesorter to the e-shelf by fixing the existing table structures, moving the table header to the items table then activating tablesorter on the table.

  • eshelf.sortable.min.js strips whitespace and comments.

  • jquery.tablesorter.js Written and maintained by Christian Bach - https://github.com/christianbach/tablesorter

Note

Ideally, it is best to host jquery.tablesorter.js and link instead of using $.getScript() because I use rawgit.com to retrieve tablesorter which isn't affiliated with github and is not guaranteed to remain active yet quite likely it will.