Archives for September, 2009
Suppose we have HTML code with the following structure: <body> <a id="panel-previous" href="#">previous</a> <ul id="panel"> <li>ad</li> <li>adipisicing</li> <li>aliqua</li> <li>aliquip</li> <li>amet</li> <li style="display:none;">anim</li> <li style="display:none;">aute</li> <li style="display:none;">cillum</li> <li style="display:none;">commodo</li> <li style="display:none;">consectetur</li> <li style="display:none;">consequat</li> <li style="display:none;">culpa</li> </ul> <a id="panel-next" href="#">next</a> </body> We want to show only five items at once, and we want to show next and [...]
Recent Comments