Home Forums WoodMart support forum Question about pagination and jquery

Question about pagination and jquery

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #643319

    metuza
    Participant

    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 9 hours, 9 minutes ago by metuza.
    #643404

    Hung Pham
    Keymaster

    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,

    #643436

    metuza
    Participant

    Well, this was what i was asking for, but i did find back to it.
    jQuery(document).on('wdLoadMoreLoadProducts', function() {}

    So all ok now.

Viewing 3 posts - 1 through 3 (of 3 total)