Skip to main content

Search and Top Navigation

Ticket #3600: test.js


File test.js, 0.1 KB (added by skorpan, November 18, 2008 11:54AM UTC)

The JavaScript for the test.

$(document).ready(function () {

    var tabs = $('#content > ul').tabs();
    tabs.tabs('load', 1);
    tabs.tabs('load', 2);

});

Download in other formats:

Original Format