jquery.ui library now is in its module directory
This commit is contained in:
parent
fd335a57b5
commit
6481cf646a
491 changed files with 0 additions and 0 deletions
10
modules/jquery_ui/jquery.ui/tests/testsuite.js
Normal file
10
modules/jquery_ui/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