Files
crm.e5.pl/include/jQuery/jquery-ui/tests/index.js
2024-04-27 09:23:34 +02:00

11 lines
191 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" );
});