Edward Anthony

Results 3 issues of Edward Anthony

I tried to use a custom function for the data source. But the number of pages is always only one page. ``` $('#paginator').pagination({ dataSource: function(done) { $.get(url, { pageNumber: this.pageNumber,...

Version: 1.4.0 Platform: MacOS 10.13.6 ### How to reproduce *Note:* Please notice the difference between "purecss" and "purgecss" as it looks similar. 1. Install purecss library ``` npm install purecss...

I use this library to fetch user profile data after I receive the `access_token` sent by the iOS app. Using this `access_token`, I can get the user profile using Facebook...