Question about pagination and jquery
-
Hello..
Just a little question. I am trying to add an url/link into product images of archive products using this little jQuery snippet, and that works great but not when i click the pagination load more products, then the jquery snippet is not loaded.
jQuery('<a href="https://www.xxxx.xx/produkt-stikkord/egenberedskap/">EGENBEREDSKAP</a>').prependTo('.egenberedskap');
So question is how can i make that query working on pagination / load more products?
I remember i had same problem with YITH wishlist but got it solved. Can not find how i did it back then 😉
Brgds
Rune
-
This topic was modified 4 months, 1 week ago by
metuza.
Hi metuza,
Thanks for reaching to us.
Unfortunately, that is not possible, customization is out of our basic support.
Thanks for understanding our limitations. Let me know if you have any questions.
Regards,
Well, this was what i was asking for, but i did find back to it.
jQuery(document).on('wdLoadMoreLoadProducts', function() {}
So all ok now.
Hi metuza,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
The topic ‘Question about pagination and jquery’ is closed to new replies.