easyPaginate problem with Internet Explorer 64 bits
Hi, I am problem with easyPaginate and Internet Explorer 64 bits. I am using easyPaginate to paginate many items. When the search return few items, it's works. But, when return many items, it's not work. I getting the message: "Stack overflow at line 1123". Its only occour when I using Internet Explorer 64 bits. (chrome, Firefox, IE 32 bits works fine)
My code:
$('ul#test').easyPaginate({
step: 20,
delay: 0
});
Thanks
Everton