javve / list.pagination.js

A pagination plugin for List.js
24 stars 23 forks source link

Add next and prev links with boolean option includeDirectionLinks #7

Open cameronbourgeois opened 10 years ago

exadeci commented 10 years ago

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

cameronbourgeois commented 10 years ago

Great idea!

On 27/03/2014, at 11:52 pm, exadeci notifications@github.com 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.

cameronbourgeois commented 10 years ago

@exadeci I just added two new options leftDirectionText and rightDirectionText. The default value for these are « and » respectively.

Cheers

exadeci commented 10 years ago

Nice

trinzia commented 8 years ago

@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!

cameronbourgeois commented 8 years ago

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!

trinzia commented 8 years ago

Thanks, Cameron, I'll read it. :)

Here's an alternative method I did in the meantime. http://codepen.io/trinzia/pen/RaJGXV

Salvatos commented 7 years ago

Thanks for this addition! Really glad I didn't have to figure it out myself :)