Suppose i have some tabs (e.g. jquery tab) and I want to dynamically load some page in each tab.
- I can do that by jquery ajax tabs (basically filling div with ajax data) or
- each tab can contain an iframe and page loaded into that.
Q1. I see no difference between two approaches to user, is there?
Q2. I think iframe way is better because iframe can load any page but sometimes loading ajax data into div may not work as expected.