Updating server-side data along with HTML history.pushState

Updating server-side data along with HTML history.pushState

MrBaseball34MrBaseball34 Posts: 96Questions: 0Answers: 0
edited September 2011 in General
how would I update the data loaded using server-side processing while at the same time using HTML5's history.pushState, which updates the URL without a page refresh?

I am using DT in conjunction with ExpressionEngine and pushing the segments of the URL as aoData in the fnServerData() function. I'd like to try to do this without any page refreshes but don't know how to make the DT refresh itself with new data.

Any ideas?

Replies

This discussion has been closed.