Skip to content

Commit

Permalink
update zerovalue test with 0.x values
Browse files Browse the repository at this point in the history
  • Loading branch information
egorkhmelev committed Feb 29, 2012
1 parent f1a86a6 commit b9b801a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/zero_value.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@
});
</script>

<div class="layout-slider" style="width: 100%">
Slider <span style="display: inline-block; width: 400px; padding: 0 5px;"><input id="Slider2" type="slider" name="price" value="-0.5;0.5" /></span> in string
</div>
<script type="text/javascript" charset="utf-8">
jQuery("#Slider2").slider({
from: -1,
to: 1,
step: 0.1,
round: 1,
dimension: 'px',
skin: 'plastic'
});
</script>

</div>
</body>
</html>

0 comments on commit b9b801a

Please sign in to comment.