Home › Forums › Pro Support › Run jQuery after ajax load more › Reply To: Run jQuery after ajax load more
June 29, 2018 at 8:56 pm
#5075
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/>');
}
} );