github github
  • Home
  • Pricing and Signup
  • Training
  • Gist
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 1,005
    • 240
  • Source
  • Commits
  • Network (240)
  • Graphs
  • Tree: eba3067

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 (22)
    • 1.9m2
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.5
    • 1.8.4
    • 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: Cleanup.
scottgonzalez (author)
Thu Sep 09 19:33:09 -0700 2010
commit  eba3067479676d9fde9e
tree    e2cdaef21f6387034930
parent  df932bbba35be7f2e6f7
M demos/accordion/fillspace.html 2 ••
M demos/accordion/hoverintent.html 2 ••
M demos/accordion/no-auto-height.html 4 ••••
M demos/addClass/default.html 2 ••
M demos/animate/default.html 2 ••
M demos/autocomplete/categories.html 2 ••
M demos/autocomplete/combobox.html 4 ••••
M demos/autocomplete/custom-data.html 4 ••••
M demos/autocomplete/default.html 4 ••••
M demos/autocomplete/folding.html 4 ••••
M demos/autocomplete/index.html 2 ••
M demos/autocomplete/maxheight.html 4 ••••
M demos/autocomplete/multiple-remote.html 2 ••
M demos/autocomplete/multiple.html 4 ••••
M demos/autocomplete/remote-jsonp.html 4 ••••
M demos/autocomplete/remote-with-cache.html 4 ••••
M demos/autocomplete/remote.html 4 ••••
M demos/autocomplete/xml.html 4 ••••
M demos/effect/default.html 2 ••
M demos/effect/easing.html 2 ••
M demos/effect/index.html 4 ••••
Txt demos/accordion/fillspace.html
  • View file @ eba3067
... ...
@@ -1,7 +1,7 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8"">
  4
+  <meta charset="utf-8">
5 5
   <title>jQuery UI Accordion - Fill space</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
Txt demos/accordion/hoverintent.html
  • View file @ eba3067
... ...
@@ -2,7 +2,7 @@
2 2
 <html lang="en">
3 3
 <head>
4 4
   <meta charset="utf-8">
5  
-  <title>jQuery UI Accordion - Default functionality</title>
  5
+  <title>jQuery UI Accordion - Open on hoverintent</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/accordion/no-auto-height.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8"">
5  
-  <title>jQuery UI Accordion - No Auto Height</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Accordion - No auto height</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/addClass/default.html
  • View file @ eba3067
... ...
@@ -2,7 +2,7 @@
2 2
 <html lang="en">
3 3
 <head>
4 4
   <meta charset="utf-8">
5  
-  <title>jQuery UI Effects - addClass Demo</title>
  5
+  <title>jQuery UI Effects - addClass demo</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.effects.core.js"></script>
Txt demos/animate/default.html
  • View file @ eba3067
... ...
@@ -2,7 +2,7 @@
2 2
 <html lang="en">
3 3
 <head>
4 4
   <meta charset="utf-8">
5  
-  <title>jQuery UI Effects - Animate Demo</title>
  5
+  <title>jQuery UI Effects - Animate demo</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.effects.core.js"></script>
Txt demos/autocomplete/categories.html
  • View file @ eba3067
... ...
@@ -2,7 +2,7 @@
2 2
 <html lang="en">
3 3
 <head>
4 4
   <meta charset="utf-8">
5  
-  <title>jQuery UI Autocomplete Custom Data Demo</title>
  5
+  <title>jQuery UI Autocomplete - Categories</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/combobox.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Autocomplete Combobox Demo</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Autocomplete - Combobox</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/custom-data.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Autocomplete Custom Data Demo</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Autocomplete - Custom data and display</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/default.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Autocomplete Default Demo</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Autocomplete - Default functionality</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/folding.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Autocomplete Accent Folding Demo</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Autocomplete - Accent folding</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/index.html
  • View file @ eba3067
... ...
@@ -1,7 +1,7 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
  4
+  <meta charset="utf-8">
5 5
   <title>jQuery UI Autocomplete Demos</title>
6 6
   <link rel="stylesheet" href="../demos.css">
7 7
 </head>
Txt demos/autocomplete/maxheight.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Autocomplete Scrollable Results Demo</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Autocomplete - Scrollable results</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/multiple-remote.html
  • View file @ eba3067
... ...
@@ -2,7 +2,7 @@
2 2
 <html lang="en">
3 3
 <head>
4 4
   <meta charset="utf-8">
5  
-  <title>jQuery UI Autocomplete multiple demo</title>
  5
+  <title>jQuery UI Autocomplete - Multiple, remote</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/multiple.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Autocomplete multiple demo</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Autocomplete - Multiple values</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/remote-jsonp.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Autocomplete Remote JSONP datasource demo</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Autocomplete - Remote JSONP datasource</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/remote-with-cache.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Autocomplete Remote with caching demo</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Autocomplete - Remote with caching</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/remote.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Autocomplete Remote datasource demo</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Autocomplete - Remote datasource</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/autocomplete/xml.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Autocomplete Remote datasource demo</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Autocomplete - XML data parsed once</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.ui.core.js"></script>
Txt demos/effect/default.html
  • View file @ eba3067
... ...
@@ -2,7 +2,7 @@
2 2
 <html lang="en">
3 3
 <head>
4 4
   <meta charset="utf-8">
5  
-  <title>jQuery UI Effects - Effect Demo</title>
  5
+  <title>jQuery UI Effects - Effect demo</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.effects.core.js"></script>
Txt demos/effect/easing.html
  • View file @ eba3067
... ...
@@ -2,7 +2,7 @@
2 2
 <html lang="en">
3 3
 <head>
4 4
   <meta charset="utf-8">
5  
-  <title>jQuery UI Effects - Effect Demo</title>
  5
+  <title>jQuery UI Effects - Easing demo</title>
6 6
   <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7 7
   <script src="../../jquery-1.4.2.js"></script>
8 8
   <script src="../../ui/jquery.effects.core.js"></script>
Txt demos/effect/index.html
  • View file @ eba3067
... ...
@@ -1,8 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 <head>
4  
-  <meta charset="utf-8" />
5  
-  <title>jQuery UI Effect Demos</title>
  4
+  <meta charset="utf-8">
  5
+  <title>jQuery UI Effects Demos</title>
6 6
   <link rel="stylesheet" href="../demos.css">
7 7
 </head>
8 8
 <body>

0 notes on commit eba3067

Please log in to comment.
Dedicated Server Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
  • Blog
  • Support
  • Training
  • Job Board
  • Shop
  • Contact
  • API
  • Status
  • © 2010 GitHub Inc. All rights reserved.
  • Terms of Service
  • Privacy
  • Security
  • English
  • Deutsch
  • Français
  • 日本語
  • Português (BR)
  • 中文
  • See all available languages

Your current locale selection: English. Choose another?

  • English
  • Afrikaans
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Српски
  • Svenska
  • 中文