This is an example

Replace example (5000ms)

Replaces the content with the newly fetched data.

Append example

Appends the fetched content to the element with the ajax-refresh class.

Prepend example

Prepends the fetched content to the element with the ajax-refresh class.

Replace-Append example

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

Replace-Prepend example

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