Files
SIPAIIS_WMS_JSSW/WebRoot/node_modules/jquery-ui/tests/index.js
2026-01-16 14:13:44 +08:00

11 lines
193 B
JavaScript

$( function() {
$( "#main" )
.addClass( "ui-widget" )
.find( "h1, h2" )
.addClass( "ui-widget-header ui-corner-top" )
.next()
.addClass( "ui-widget-content ui-corner-bottom" );
} );