This is a migrated thread and some comments may be shown as answers.

[Solved] load tabstrip content from iframe

1 Answer 122 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
mahmoud
Top achievements
Rank 1
mahmoud asked on 23 Apr 2011, 07:24 AM
Dear friends,
I want to load one of my tabs dynamically via <iframe> tag. The problem is the browser does not load the tab content when it is not the first page.
what should i do?

1 Answer, 1 is accepted

Sort by
0
Gathindra
Top achievements
Rank 1
answered on 27 May 2011, 09:54 PM
var iframe = $('#iframe-load-container'); // Id of your i-farme
var urlPath = "your/page/with/tabStrip.html";
iframe .attr("src", urlPath);
Tags
TabStrip
Asked by
mahmoud
Top achievements
Rank 1
Answers by
Gathindra
Top achievements
Rank 1
Share this question
or