<div class="span9">
<span class="disabled"><< previous</span><span class="current numbers">1</span>
<span class="numbers"><a href="/index/page:2">2</a></span>
<span class="numbers"><a href="/index/page:3">3</a></span>
<span class="next"><a href="/index/page:2" rel="next">next >></a></span>
I would like to remove the '|' separator after each span
element. I am currently utilizing cakephp pagination. Is there a way to achieve this through css
, jquery
, or javascript
? It appears that the library pagination is automatically including the '|' sign.