JS Live() and Pagination
-
First of all, thanks for this great plugin. It’s really helfull.
But I think there should be some minor improvements:
– In the javascript, change jQuery(‘#tax_selector’).live(‘change’,function(){
for jQuery(‘#tax_selector’).on(‘change’,function(){
Live() is deprecated in the last jQuery and the bar could not appear.– It would be very good to have a pretty url system, instead of https://www.mysite.com/taxonomy/term/?ap=e, I would be happy to have https://www.mysite.com/taxonomy/term/letter/e
– I can’t make it work with a page pagination (and a posts_per_page limit). I’m always getting a 404 (for example: https://www.mysite.com/taxonomy/term/page/5/?ap=e). Perhaps it could be good to have an embedded pagination too.
I could help you fix/improve your plugin if you want…
Regards
- The topic ‘JS Live() and Pagination’ is closed to new replies.