The JavaScript for the test.
$(document).ready(function () { var tabs = $('#content > ul').tabs(); tabs.tabs('load', 1); tabs.tabs('load', 2); });