I would like to use jQuery Tools Tabs, and have a set of regular inline content tabs, and one AJAX tab. But I only see samples of either inline content, OR ajax content. Can I mix them?
|
feedback
|
|
AFAIK, it is either all AJAX or none. However, you can easily AJAX a single pane yourself. All you need to do is add a click handler (preferably using For example, the HTML would be something like this:
and the JavaScript would be something like this:
And here's a simple live example: http://jsfiddle.net/ambiguous/stxha/ | ||||
|
feedback
|