[jQuery] Problem with Tablesorter Pager plugin - there should be an option to turn off absolute positioning of pager container

[jQuery] Problem with Tablesorter Pager plugin - there should be an option to turn off absolute positioning of pager container


In the Tablesorter Pager plugin, on line 25, the position of the pager
UI container is always set to absolute. In some cases, you want it to
be positioned differently -- I embedded a table in a page with a lot
of other preexisting content, and the pager was placed on top of some
other elements. I removed the absolute position part myself, but it
shouldn't be set to absolute by default.
On a related note, the documentation for the Pager is unclear. It's
not obvious that you have to create all the Pager elements yourself.
You have to look at the source code for the page to see how it's
working, and it's not clear that you're supposed to create all the
images and form elements yourself. There should be some instructions
stating that you need to copy this code, or something like it, to make
the pager work. Many jQuery plugins just require you to specify an Id
for a container, and add code like this automatically, and there's no
instructions telling you to download or create the images (the PNGs
here) and set all this up:
<div id="pager" class="pager">
<form>
<img src="../addons/pager/icons/first.png"
class="first"/>
<img src="../addons/pager/icons/prev.png" class="prev"/