Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created February 4, 2021 10:26
Show Gist options
  • Select an option

  • Save reachkamrul/733c99687eb4bf69f68337931aba32de to your computer and use it in GitHub Desktop.

Select an option

Save reachkamrul/733c99687eb4bf69f68337931aba32de to your computer and use it in GitHub Desktop.
function runAll (){
$table.find('.nt_image_type_thumb').each(function(){
jQuery(this).attr('src', 'https://sandbox.wpninjathemes.com/wp-content/uploads/2021/02/pdf-e1612433285834.png');
})
}
runAll();
$table.on('after.ft.filtering', function() {
runAll();
});
$table.on('after.ft.paging', function() {
runAll();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment