imported the whole jquery-ui package, refreshed with 1.10.2
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / index.js
diff --git a/third-party/jquery-ui-1.10.2/tests/index.js b/third-party/jquery-ui-1.10.2/tests/index.js
new file mode 100644 (file)
index 0000000..26c0749
--- /dev/null
@@ -0,0 +1,10 @@
+$(function() {
+
+$( "#main" )
+       .addClass( "ui-widget" )
+       .find( "h1, h2" )
+               .addClass( "ui-widget-header ui-corner-top" )
+               .next()
+                       .addClass( "ui-widget-content ui-corner-bottom" );
+
+});