We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Run jQuery after ajax load more Reply To: Run jQuery after ajax load more

#5075
Tom
Keymaster

Hey Janek,

Not sure if this will work, but it’s worth a shot:

jQuery( document ).on( 'wpsp_items_loaded', function() {
    jQuery('#wpsp-1023 .wp-show-posts-entry-title a').html(function(i, v) {
        return v.replace('–', '<br/>');
    }
} );