aboutsummaryrefslogtreecommitdiffstats
path: root/tests/index.js
blob: 30771f7949236878440e53c8da7a81792ab2144b (plain)
1
2
3
4
5
6
7
8
9
10
$( function() {

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

} );