/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/index.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/index.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 3 months ago) by torben
File MIME type: application/javascript
File size: 191 byte(s)
initial import
1 $(function() {
2
3 $( "#main" )
4 .addClass( "ui-widget" )
5 .find( "h1, h2" )
6 .addClass( "ui-widget-header ui-corner-top" )
7 .next()
8 .addClass( "ui-widget-content ui-corner-bottom" );
9
10 });

  ViewVC Help
Powered by ViewVC 1.1.20