Added jQuery UI 1.6.0 library
This commit is contained in:
parent
2c1fab8cfb
commit
b34d869a3d
490 changed files with 41000 additions and 0 deletions
10
sites/all/libraries/jquery.ui/tests/testsuite.js
Normal file
10
sites/all/libraries/jquery.ui/tests/testsuite.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
$(function() {
|
||||
|
||||
$('body').prepend(
|
||||
'<h1 id="header">' + document.title + '</h1>' +
|
||||
'<h2 id="banner"></h2>' +
|
||||
'<h2 id="userAgent"></h2>' +
|
||||
'<ol id="tests"></ol>'
|
||||
);
|
||||
|
||||
});
|
Reference in a new issue