Links
Comment on page

asp_live_load_html

The HTML code, which is returned by the results page live loader feature.
WPD.Hooks.applyFilters('asp_live_load_html', html, searchId, searchInstanceId);

Example

WPD.Hooks.addFilter('asp_live_load_html', function(html){
return html.replace(
"string",
"string_to_replace_with"
));
}, 10);