Replaces the content with the newly fetched data.
Appends the fetched content to the element with the ajax-refresh class.
ajax-refresh
Prepends the fetched content to the element with the ajax-refresh class.
Replaces the content on the first pass, then appends the fetched content to the element with the ajax-refresh class on subsequent passes.
Replaces the content on the first pass, then prepends the fetched content to the element with the ajax-refresh class on subsequent passes.