init
This commit is contained in:
10
include/jQuery/jquery-ui/tests/index.js
vendored
Normal file
10
include/jQuery/jquery-ui/tests/index.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
$(function() {
|
||||
|
||||
$( "#main" )
|
||||
.addClass( "ui-widget" )
|
||||
.find( "h1, h2" )
|
||||
.addClass( "ui-widget-header ui-corner-top" )
|
||||
.next()
|
||||
.addClass( "ui-widget-content ui-corner-bottom" );
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user