I am trying to use jquery tab and load the content withing the iframe. I see it executing the click but the content does not get loaded into the iframe
Did you tried the alert inside the if block, what exactly it is coming
erikTsomik
ASKER
i have change the code a little bit so it looks like this now ,however when the tab is cliked the content is loaded then goes back to tab 0 (first tab ), so ca not see the other tabs
$( "#tabs" ).tabs({
panelTemplate: "<iframe style='width:950px;'></iframe>",
idPrefix: "ui-tabs-",
selected:0,
cache: false,
select: function(event, ui) {
//alert(ui.newPanel);
//alert(ui.index);
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.