diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-09 06:44:36 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-09 06:44:36 +0000 |
commit | 58e23c8228a8a82a480c9e7614b85988755a909c (patch) | |
tree | dd180585ea57b8e7d468c178131684b50d0fb12e /demos/functional/templates | |
parent | 9ca1a282c5d1665eaecd6d467fd8ab24e8f96a5f (diff) | |
download | jquery-ui-58e23c8228a8a82a480c9e7614b85988755a909c.tar.gz jquery-ui-58e23c8228a8a82a480c9e7614b85988755a909c.zip |
changed selectable demo data to fruits
Diffstat (limited to 'demos/functional/templates')
-rw-r--r-- | demos/functional/templates/ui.selectable.data.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/functional/templates/ui.selectable.data.html b/demos/functional/templates/ui.selectable.data.html index ad60e0456..6c05f56ee 100644 --- a/demos/functional/templates/ui.selectable.data.html +++ b/demos/functional/templates/ui.selectable.data.html @@ -1,8 +1,8 @@ <ul id="selectable-example" style="list-style:none; cursor: default;"> - <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>MacBook Pro</li> - <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>iMac</li> - <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>MacBook</li> - <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Time Capsule</li> - <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Apple Cinema Display</li> - <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Mac mini</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Apples</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Bananas</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Grapes</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Pineapple</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Cherries</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Oranges</li> </ul>
\ No newline at end of file |