view src/main/webapp/imageServer/resources/js/jquery-ui-1.10.4/tests/index.js @ 203:719475ad0923 iiif_diva

more work on new diva.js in imageServer
author casties
date Fri, 05 Jul 2019 16:05:57 +0200
parents 764f47286679
children
line wrap: on
line source

$(function() {

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

});