diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-04-24 13:20:39 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-04-24 13:23:47 +0200 |
commit | 6fb72fd820b524113e4ddca199787ba658fd58ec (patch) | |
tree | 8d3945620e9bf2511455157c5ca8a3f896f9141c /demos/slider/steps.html | |
parent | b6da520097195c8c5832736b339b2224d731a1f4 (diff) | |
download | jquery-ui-6fb72fd820b524113e4ddca199787ba658fd58ec.tar.gz jquery-ui-6fb72fd820b524113e4ddca199787ba658fd58ec.zip |
Slider demo: Make read only inputs readonly
Diffstat (limited to 'demos/slider/steps.html')
-rw-r--r-- | demos/slider/steps.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/slider/steps.html b/demos/slider/steps.html index 0a8ca2fd9..9965a385a 100644 --- a/demos/slider/steps.html +++ b/demos/slider/steps.html @@ -29,7 +29,7 @@ <p> <label for="amount">Donation amount ($50 increments):</label> - <input type="text" id="amount" style="border:0; color:#f6931f; font-weight:bold;" /> + <input type="text" id="amount" readonly style="border:0; color:#f6931f; font-weight:bold;" /> </p> <div id="slider"></div> |