diff options
author | Jordan Eldredge <captbaritone@gmail.com> | 2011-11-16 13:44:36 -0800 |
---|---|---|
committer | Jordan Eldredge <captbaritone@gmail.com> | 2011-11-16 13:44:36 -0800 |
commit | 868fed651fcc000483a44b637e9b0778f1f453db (patch) | |
tree | 0111ebb465b821f904a4c2fef7b1638e60574b8e | |
parent | 0f63b4b1fa0013f600996e883b46a8e6a5b9e627 (diff) | |
download | jquery-ui-868fed651fcc000483a44b637e9b0778f1f453db.tar.gz jquery-ui-868fed651fcc000483a44b637e9b0778f1f453db.zip |
Fixed link to methods.html. Used to be "method.php"
-rw-r--r-- | demos/selectmenu/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/selectmenu/index.html b/demos/selectmenu/index.html index 8b2714105..355853a45 100644 --- a/demos/selectmenu/index.html +++ b/demos/selectmenu/index.html @@ -14,7 +14,7 @@ <li class="demo-config-on"><a href="disable_enable.html">Disable example</a></li> <li class="demo-config-on"><a href="ajax.html">Select callback with AJAX</a></li> <li class="demo-config-on"><a href="background_image.html">Background image example</a></li> - <li class="demo-config-on"><a href="method.html">How to use a method</a></li> + <li class="demo-config-on"><a href="methods.html">How to use a method</a></li> <li class="demo-config-on"><a href="dependency.html">Simple dependency example</a></li> </ul> </div> |