I added the jQuery plugin to our websites, which currently work as they please, however it breaks when two elements should be unloaded on the page. I asked the plugin developer about this and it confirms that it was designed with only one element per page.
So, I went looking for another pager plugin, but all the ones that I found cannot handle my specific use case.
My use case is as follows. I have a set of lists that act like columns. On the first page, I would like to see the first two elements of the list of both columns.
<div>
<ul class="column-1">
<li>
<li>
<li>
<li>
</ul>
<ul class="column-2">
<li>
<li>
<li>
<li>
</ul>
</div>
, /, 1 - 4 1 - 2. nth-child, jquery li- ul. ( : http://pastebin.com/F7BqQaxh)
, jquery, , , . , , , - - .
. , -, ( .each(), "paged" ),// .
( ) Javascript, , . , JS . - : (. ## ##