jquery-ui/tests/testsuite.js
2008-12-05 20:19:46 +00:00

11 lines
173 B
JavaScript

$(function() {
$('body').prepend(
'<h1 id="header">' + document.title + '</h1>' +
'<h2 id="banner"></h2>' +
'<h2 id="userAgent"></h2>' +
'<ol id="tests"></ol>'
);
});