Control Freak
Control Freak

Reputation: 13243

How to involve the Back Button when using .load() ajax request?

This is why I don't like Ajax, because of the back button being worthless. How do you make it not so worthless when working with a .load() request for example?

Thanks for any suggestions.

Upvotes: 1

Views: 67

Answers (1)

Zar
Zar

Reputation: 6892

You could use a plugin, for example, to jQuery: http://tkyk.github.com/jquery-history-plugin/

Upvotes: 1

Related Questions