github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 839
    • 189
  • Source
  • Commits
  • Network (189)
  • Graphs
  • Tree: 79a1d82

click here to add a description

click here to add a homepage

  • Switch Branches (8)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
    • widget-super
  • Switch Tags (20)
    • 1.9m2
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.3
    • 1.8.2
    • 1.8.1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
  • Contributors
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

updated classes to use all animated properties
scottjehl (author)
Fri Feb 27 10:35:01 -0800 2009
commit  79a1d82582931de73214
tree    25f1bbbe8609150142df
parent  1ded43162afb181eeb7c
M demos/addClass/default.html 4 ••••
M demos/removeClass/default.html 4 ••••
M demos/switchClass/default.html 4 ••••
M demos/toggleClass/default.html 6 ••••
Txt demos/addClass/default.html
  • View file @ 79a1d82
... ...
@@ -12,8 +12,8 @@
12 12
     #effect {position: relative; }
13 13
     #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
14 14
     .ui-effects-transfer { border: 2px dotted gray; } 
15  
-    .first { width: 240px; height: 135px; padding: 0.4em;  font-size: 1.2em; border-width: 1px; }
16  
-    .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border-width: 5px; }
  15
+    .first { width: 240px; height: 135px; padding: 0.4em;  font-size: 1.2em; border: 1px solid #000; background: #fff; color: #333; }
  16
+    .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border: 5px solid #4f5b8c; background: #ddebf4; color: #2c4359; } 
17 17
   </style>
18 18
   <script type="text/javascript">
19 19
   $(function() {
Txt demos/removeClass/default.html
  • View file @ 79a1d82
... ...
@@ -12,8 +12,8 @@
12 12
     #effect {  position: relative; }
13 13
     #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
14 14
     .ui-effects-transfer { border: 2px dotted gray; } 
15  
-    .first { width: 240px; height: 135px; padding: 0.4em;  font-size: 1.2em; border-width: 1px; }
16  
-    .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border-width: 5px; }
  15
+    .first { width: 240px; height: 135px; padding: 0.4em;  font-size: 1.2em; border: 1px solid #000; background: #fff; color: #333; }
  16
+    .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border: 5px solid #4f5b8c; background: #ddebf4; color: #2c4359; } 
17 17
   </style>
18 18
   <script type="text/javascript">
19 19
   $(function() {
Txt demos/switchClass/default.html
  • View file @ 79a1d82
... ...
@@ -12,8 +12,8 @@
12 12
     #effect { position: relative; }
13 13
     #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
14 14
     .ui-effects-transfer { border: 2px dotted gray; } 
15  
-    .first { width: 240px; height: 135px; padding: 0.4em;  font-size: 1.2em; border-width: 1px; }
16  
-    .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border-width: 5px; }
  15
+    .first { width: 240px; height: 135px; padding: 0.4em;  font-size: 1.2em; border: 1px solid #000; background: #fff; color: #333; }
  16
+    .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border: 5px solid #4f5b8c; background: #ddebf4; color: #2c4359; } 
17 17
   </style>
18 18
   <script type="text/javascript">
19 19
   $(function() {
Txt demos/toggleClass/default.html
  • View file @ 79a1d82
... ...
@@ -9,11 +9,11 @@
9 9
   <style type="text/css">
10 10
     .toggler { width: 500px; height: 200px; position: relative;}
11 11
     #button { padding: .5em 1em; text-decoration: none; }
12  
-    #effect {  position: relative; }
  12
+    #effect { position: relative; }
13 13
     #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
14 14
     .ui-effects-transfer { border: 2px dotted gray; } 
15  
-    .first { width: 240px; height: 135px; padding: 0.4em;  font-size: 1.2em; border-width: 1px; }
16  
-    .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border-width: 5px; }
  15
+    .first { width: 240px; height: 135px; padding: 0.4em;  font-size: 1.2em; border: 1px solid #000; background: #fff; color: #333; }
  16
+    .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border: 5px solid #4f5b8c; background: #ddebf4; color: #2c4359; } 
17 17
   </style>
18 18
   <script type="text/javascript">
19 19
   $(function() {

0 notes on commit 79a1d82

Please log in to comment.
Blog | Support | Training | Job Board | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server
  • English
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Српски
  • Svenska
  • 中文