Quantcast
Viewing latest article 1
Browse Latest Browse All 20

Using Django templates with jQuery AJAX

I recently discovered a neat way of displaying data retrieved using jQuery AJAX in concert with Django’s template engine. You can create a view in Django which simply uses the render_to_response shortcut function to render the results server-side and then just use jquery.load to dynamically fetch the results. Eventhough, returning some raw JSON data is [...]

Viewing latest article 1
Browse Latest Browse All 20

Trending Articles