wesnolte / Pajinate

A jQuery Pagination Plugin
http://th3silverlining.com/2010/04/15/pajination-a-jquery-pagination-plugin/
MIT License
207 stars 97 forks source link

Compatibility with jQuery 3.2.1 #57

Open RaquelPlaza opened 7 years ago

RaquelPlaza commented 7 years ago

Pajinate does not work with jQuery 3.2.1, the following error comes up: jquery-3.2.1.min.js:2 Uncaught TypeError: $items.size is not a function According to jQuery, the method .size which was deprecated, has now being removed: https://api.jquery.com/size/

This makes the plugin not compatible with the latest jQuery version, any plans to update?

darylsummers commented 6 years ago

I second this! Your script is very useful for very simple tasks, any chance of an update to be compatible with the latest jQuery?

AravindPrabash commented 6 years ago

open the js file and replace .size() with .length. It works

nexuzjaja commented 6 years ago

JQuery 3 ready :D