[issue] this.items.length is not a function
nutzmdm opened this issue · 3 comments
nutzmdm commented
I tried to use this very interresting plugin to paginate an
- list but I encountered this error:
this.items.length is not a function
I use jquery 3.1.0
nutzmdm commented
I tried to replace .size by .length but same issue
nutzmdm commented
I think this should be this.items.length and not this.items.length()