Fred Collins
Fred Collins

Reputation: 5010

Load page with AJAX

If you see Twitter following and followers users pages you can see this thing:

there's two tabs called "Following" and "Following" like this: [ Following | Followers ]

If you click Following, the page loads the following users page, if you click Followers the page loads the followers users page.

When you click Following the URL become http://example.org/#!/following and when you click Followers the URL become http://example.org/#!/followers.

I want something like this, how can I implement it?

Thanks!

Upvotes: 1

Views: 140

Answers (1)

Arend
Arend

Reputation: 3772

There are many plugins for jQuery that implement this, and I figure also for other frameworks.

See: http://tkyk.github.com/jquery-history-plugin/#

Upvotes: 1

Related Questions