aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/indicator/static/plugins/jquery-ui/tests/index.js
blob: 26c07498f0cc76797f58eeae1b08ca0451b8ad3a (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" );

});