Page Fragment

The content comes from the page ajax-tab.html. It is the page fragment within the CSS selector "fragment1".

Ajax Bookmark

This panel has been updated by an Ajax Bookmark.

The new content comes from the page ajax-tab.html. It is the page fragment within the CSS selector "fragment2".

onSelectTab event

You can perform extra tasks by the onSelectTab event handler.

function onTabSelect(index, targetElm, tabberId) {
    if (tabberId == "tabs1") {
        var span1 = document.getElementById("span1");
        span1.innerHTML = "Index " + index + " of " + tabberId + 
        ", Content count: " + targetElm.innerHTML.length;
        var img1 = document.getElementById("img1");
        img1.src = "content/tabs-" + index + ".jpg";
    }
}

Proin et dolor ligula

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.