{% extends "base.html" %} {% block content %}

A quick click

This anchor tag POSTs to {% url 'click' %} when it is clicked.

Click Me! Reset counter

Handling client-side redirection on server-side redirects

This anchor tag GETs from {% url 'redirector' %} when it is clicked.

Explanation

Click me to do a client-side redirect

Form handling

This demo shows how to do AJAX validation & submission of a form, without doing a full page redirect.

Explanation

{% include "form_include.html" %}

A Pause/Play UI

This demo shows how to set up a list that is appended to periodically and that can be paused and resumed

Explanation

{% include "polling_include.html" %}

Implementing Infinite Scrolling

This example demos an infinite scroll UI.

Explanation

{% include "infinite_scrolling_include.html" %}

{% endblock %}