Last change
on this file since 31482 was
3318,
checked in by vdigital, 16 years ago
|
+ Add Charlies' content to depository
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.0 KB
|
Rev | Line | |
---|
[3318] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
| 3 | <html> |
---|
| 4 | <head> |
---|
| 5 | <title>Farbtastic</title> |
---|
| 6 | <script type="text/javascript" src="jquery.js"></script> |
---|
| 7 | <script type="text/javascript" src="farbtastic.js"></script> |
---|
| 8 | <link rel="stylesheet" href="farbtastic.css" type="text/css" /> |
---|
| 9 | <script type="text/javascript" charset="utf-8"> |
---|
| 10 | $(document).ready(function() { |
---|
| 11 | $('#demo').hide(); |
---|
| 12 | $('#picker').farbtastic('#color'); |
---|
| 13 | }); |
---|
| 14 | </script> |
---|
| 15 | </head> |
---|
| 16 | <body> |
---|
| 17 | <h1>jQuery Color Picker: Farbtastic</h1> |
---|
| 18 | |
---|
| 19 | <div id="demo" style="color: red; font-size: 1.4em">jQuery.js is not present. You must install jQuery in this folder for the demo to work.</div> |
---|
| 20 | |
---|
| 21 | <form action="" style="width: 400px;"> |
---|
| 22 | <div class="form-item"><label for="color">Color:</label><input type="text" id="color" name="color" value="#123456" /></div><div id="picker"></div> |
---|
| 23 | </form> |
---|
| 24 | |
---|
| 25 | <p>More info on <a href="http://www.acko.net/dev/farbtastic">Acko.net</a>.</p> |
---|
| 26 | <p>Created by <a href="http://www.acko.net/">Steven Wittens</a>.</p> |
---|
| 27 | </body> |
---|
| 28 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.