I use the jQuery pagination plugin. I've successfully added it to one of my sites, & it works perfectly, but when i added it to another, it developed a bug, which i guess might be caused by a clash of elements in the DOM. This is the behaviour: when i load the page, everything looks fine, but once i click on any page number, it returns me to the 1st page, with all the page numbers unselected (no more current page css). On further investigation of this, i foud out that the page_id in the clickable page numbers is returning 'undefined' to the callback function. Any insight on how to get around this would be appreciated. Thanx!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|