flaviusmatis / flaviusmatis/simplePagination.js
Pagination is not working with IE 11
Open
- Dominant language
- JavaScript
- Stars
- 777
- Forks
- 397
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I have been using this pagination and it has been working great with Chrome,Edge and Mozilla but it is not working with IE 11 SCRIPT1003: Expected ':' error my code is below
$(function() {$(".pages").pagination({items: 6748,itemsOnPage: 10,currentPage:1,cssStyle: 'light-theme',onPageClick(pageNumber, event){window.location.href="bollywood.asp?page="+pageNumber;}});});
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.