Friday, April 1, 2011

Rendering only a portion of the page

I am building a django web app that has a control panel with various
icons. Right now, the icons have href tags that load a new page when
the user clicks the icon. I want to change this to instead call a
jQuery function that will use ajax, or dajaxice, to render only the
content part of the page.
Does this sound possible?
Would this be easier to do with Dajaxice, or with jQuery functions?
Could I still use django templates for the content that corresponds
with each icon?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment