jrange update

This commit is contained in:
friendica
2015-02-20 00:14:43 -08:00
parent 7926ed079a
commit 7ae14a1bf9
9 changed files with 2131 additions and 113 deletions

View File

@@ -41,7 +41,7 @@
from: 0,
to: 100,
step: 1,
scale: [0,50,100],
scale: [0,25,50,75,100],
format: '%s',
width: 300,
showLabels: true
@@ -180,6 +180,20 @@
<p>True if this is a range selector. If its a range the value of hidden input will be set comma-seperated, e.g., "25,75"</p>
</td>
</tr>
<tr>
<td>disable</td>
<td>Optional</td>
<td>Boolean</td>
<td>
<code>Default : false</code>
<p>True if this is a disable(read only) range selector. You can also change disable status later by calling. </p>
<code>
$('.slider').jRange('disable');
$('.slider').jRange('enable');
$('.slider').jRange('toggleDisable');
</code>
</td>
</tr>
<tr>
<td>onstatechange</td>
<td>Optional</td>
@@ -242,4 +256,4 @@
});
</script>
</body>
</html>
</html>