list.pagination.js
list.pagination.js copied to clipboard
Add next and prev links with boolean option includeDirectionLinks
I was about to make this option by myself but now I'm using your change with "<<" and ">>" so any international user understands it. Thanks
Great idea!
On 27/03/2014, at 11:52 pm, exadeci [email protected] wrote:
I was about to make this option but now I'm using your change with "<<" and ">>" so any international user understands it. Thanks
— Reply to this email directly or view it on GitHub.
@exadeci I just added two new options leftDirectionText and rightDirectionText. The default value for these are « and » respectively.
Cheers
Nice
@cameron: It looks like 2 years and this feature hasn't been added or merged. Perhaps you could link a codepen with a copy of the dist version? I don't have bower/grunt, so it will take me quite a while to figure out how to manually merge and compile this fork. Thanks!
Hey @trinzia - sorry for taking so long to get back to you! I opened the old repository but for some reason the grunt build tasks aren't working anymore 😟 . I did manage to track down an old compiled version which I've uploaded to a gist for you. I hope it helps!
Thanks, Cameron, I'll read it. :)
Here's an alternative method I did in the meantime. http://codepen.io/trinzia/pen/RaJGXV
Thanks for this addition! Really glad I didn't have to figure it out myself :)