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

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 840
    • 189
  • Source
  • Commits
  • Network (189)
  • Graphs
  • Tree: f445d3c

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

demos: simplified class effect demos to work in IE6
rdworth (author)
Tue Mar 03 03:01:55 -0800 2009
commit  f445d3c145931a6737f8
tree    6aac24f0b3df321ba10b
parent  aacb34f437811a69be36
M demos/addClass/default.html 4 ••••
M demos/removeClass/default.html 2 ••
M demos/switchClass/default.html 5 •••••
M demos/toggleClass/default.html 3 •••
Txt demos/addClass/default.html
  • View file @ f445d3c
... ...
@@ -10,7 +10,7 @@
10 10
     .toggler { width: 500px; height: 200px; position: relative;}
11 11
     #button { padding: .5em 1em; text-decoration: none; }
12 12
     #effect {position: relative;  width: 240px;  padding: 1em;  font-size: 1.2em; border: 1px solid #000; background: #eee; color: #333; }
13  
-    #effect.newClass { line-height: 2; text-indent: 40px; opacity: .8; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; border: 5px solid orange; background: #2c4359; color: #fff; } 
  13
+    #effect.newClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; }
14 14
   </style>
15 15
   <script type="text/javascript">
16 16
   $(function() {
... ...
@@ -43,7 +43,7 @@
43 43
 
44 44
 <div class="demo-description">
45 45
 
46  
-<p>This demo adds a class which animates: line-height, text-indent, opacity, letter-spacing, width, height, padding, margin, font-size, border color, border-width, background color, and font color. </p>
  46
+<p>This demo adds a class which animates: text-indent, letter-spacing, width, height, padding, margin, and font-size.</p>
47 47
 
48 48
 </div><!-- End demo-description -->
49 49
 
Txt demos/removeClass/default.html
  • View file @ f445d3c
... ...
@@ -10,7 +10,7 @@
10 10
     .toggler { width: 500px; height: 200px; position: relative;}
11 11
     #button { padding: .5em 1em; text-decoration: none; }
12 12
     #effect {position: relative;  width: 240px;  padding: 1em;  letter-spacing: 0; font-size: 1.2em; border: 1px solid #000; background: #eee; color: #333; }
13  
-    #effect.newClass { line-height: 2; text-indent: 40px; opacity: .8; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; border: 5px solid orange; background: #2c4359; color: #fff; } 
  13
+    #effect.newClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; }
14 14
   </style>
15 15
   <script type="text/javascript">
16 16
   $(function() {
Txt demos/switchClass/default.html
  • View file @ f445d3c
... ...
@@ -10,9 +10,8 @@
10 10
     .toggler { width: 500px; height: 200px; position: relative;}
11 11
     #button { padding: .5em 1em; text-decoration: none; }
12 12
     #effect {position: relative;   }
13  
-    #effect.newClass { width: 240px;  padding: 1em; letter-spacing: 0; font-size: 1.2em; border: 1px solid #000; background: #eee; color: #333; }
14  
-    #effect.anotherNewClass { line-height: 2; text-indent: 40px; opacity: .8; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; border: 5px solid orange; background: #2c4359; color: #fff; } 
15  
-
  13
+    #effect.newClass { width: 240px;  padding: 1em; letter-spacing: 0; font-size: 1.2em; }
  14
+    #effect.anotherNewClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; }
16 15
   </style>
17 16
   <script type="text/javascript">
18 17
   $(function() {
Txt demos/toggleClass/default.html
  • View file @ f445d3c
... ...
@@ -10,8 +10,7 @@
10 10
     .toggler { width: 500px; height: 200px; position: relative;}
11 11
     #button { padding: .5em 1em; text-decoration: none; }
12 12
     #effect {position: relative;  width: 240px;  padding: 1em; letter-spacing: 0; font-size: 1.2em; border: 1px solid #000; background: #eee; color: #333; }
13  
-    #effect.newClass { line-height: 2; text-indent: 40px; opacity: .8; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; border: 5px solid orange; background: #2c4359; color: #fff; } 
14  
-
  13
+    #effect.newClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; }
15 14
   </style>
16 15
   <script type="text/javascript">
17 16
   $(function() {

0 notes on commit f445d3c

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
  • 中文