first commit
This commit is contained in:
10
WebRoot/node_modules/jquery-ui/tests/index.js
generated
vendored
Normal file
10
WebRoot/node_modules/jquery-ui/tests/index.js
generated
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