wikiti / jquery-paginate

A simple pagination plugin for html tables.
MIT License
14 stars 16 forks source link

Pagination not working in IE 11 #4

Closed Pgarg09 closed 6 years ago

Pgarg09 commented 6 years ago

@wikiti When trying to execute .paginate. Debug showing , property is not allowed . $('#txyz').paginate({ limit: 10 });

Pgarg09 commented 6 years ago

Hello @wikiti : Any update to this. Thanks :)

wikiti commented 6 years ago

Hello @Pgarg09!

I'll take a look at it once I've some spare time.

Best regards, Daniel

Pgarg09 commented 6 years ago

@wikiti Thanks for the reply. Its seems that js file for paginate is getting loaded in chrome but not in IE 11.

Pgarg09 commented 6 years ago

@wikiti :+1: Issue can be closed. Code is perfectly fine. It was compatibility issue which is working fine now on IE 11. Thanks for the support :)