how to render the whole page?
I am using django + jquery to write a html page, the layout of the page is:
head (divs)
--------------------------
left (divs) | right (divs)
I want to change the whole page (the head divs would be all the same, but
the left and right divs would be changed) after I click the head divs(the
js would send a post message to the django and get the responsed html).
now I could get the whole new page, but I don't know how to rerender the
whole page again? any help would be appriciated!
No comments:
Post a Comment