File: index.js

package info (click to toggle)
jqueryui 1.12.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,796 kB
  • ctags: 669
  • sloc: php: 584; xml: 104; makefile: 76
file content (10 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (7)
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" );

} );