J82
J82

Reputation: 2387

How does this site import the content using jQuery UI tabs?

Site: http://www.friendsorenemies.com/

That site has jQuery UI tabs set up with Features, VIP Blogs, and All. But how are they importing the content? Originally, I was thinking I could use a jQuery rss parser like zRSSFeed, but realized that the blog author avatars don't show in rss feeds nor does meta data like this below:

Posted By authorname | 1 Comment | May 6, 2011 | 5:39pm

Then, I thought maybe they are using iFrames? But I looked at the source code and they are not.

You can see that:

Anybody have an idea? This has been driving me crazy.

Upvotes: 1

Views: 213

Answers (1)

John Flatness
John Flatness

Reputation: 33809

They're just using the Tabs widget's AJAX feature.

jQuery UI will automagically load content via AJAX when you give a "real" link in the a tag for a tab.

Upvotes: 0

Related Questions