I'm trying to use jQuery UI Tabs on a Dynamicweb page, but I'm having a problem:
Here's an example of the code:
<div id="tabs">
<ul>
<li><a href="#tab-1">Tab 1</a></li>
<li><a href="#tab-2">Tab 2</a></li>
<li><a href="#tab-3">Tab 3</a></li>
</ul>
<div id="tab-1">
test
</div>
...
</div>
Question 1. Is there any way of preventing Dynamicweb from parsing and manipulating my links?
Question 2. Is there any way of ridding a page of its template, i.e. to get only the content without stuff like menus and the like? I guess this is necessary when switching between tabs that are placed on separate pages in Dynamicweb.
Thanks,
Marianne