Quote:
Originally Posted by illithid
I searched this entire thread for any issues with javascript being used inside of the ajax tab view. Couldn't find what I was looking for.
Obviously, the problem is javascript is being suppressed by the ajax tab view. Is there a way to work around this?
|
There is, but its not something that you probably would be interested in .. you can try it tho and see if it works for you... (using the iframe mode)
"an external page can also be fetched and displayed via the IFRAME element instead. This is useful for external pages that either contain JavaScript/ CSS code that doesn't run properly when fetched via Ajax"
This is what to do...
rel="#default|containerid|#iframe": For each tab link that should reveal content when clicked on, add a "rel" attribute inside its link tag with one of three possible values: "#default", id_of_container_div, or "#iframe". This in combination with the link's href attribute determines what external file to fetch, and how to display it. Most commonly you'll be using containerid, which corresponds to the ID of the container DIV on the page in which to load the Ajax fetched content (see Step 2 below). "#default" and "#iframe" on the other hand are both special keywords. "#default" causes the tab to show no external content but instead what's embedded directly inside the container DIV, while #iframe causes the tab to show its content inside an IFRAME tag instead of via Ajax.
Quote:
Originally Posted by g0dfather1984
I have the tabs up for the forums & what not. But there is one that doesn't show up. I have the proper ID for it, but still no luck. Out of 6 different tabs, this is the only one that's not working.
|
And you are sure that the ID is a Category and not a Forum?