diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-10-27 16:38:00 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-10-27 16:38:00 +0200 |
commit | d91cd61f79bf048539ac9443ae3d8ffcbe55ef90 (patch) | |
tree | 047836814f655a325086603013ca52f7a9da9732 /demos/spinner/currency.html | |
parent | 720e9d383c3f1385da425e18bc6932f31dce1ebb (diff) | |
download | jquery-ui-d91cd61f79bf048539ac9443ae3d8ffcbe55ef90.tar.gz jquery-ui-d91cd61f79bf048539ac9443ae3d8ffcbe55ef90.zip |
Spinner: More refactorings and cleanups, and heavy improvement on the incremental-logic, including a delay of 500ms after the first increment and before continous increments
Diffstat (limited to 'demos/spinner/currency.html')
-rw-r--r-- | demos/spinner/currency.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html index 0909f4ef5..6ecd43c1e 100644 --- a/demos/spinner/currency.html +++ b/demos/spinner/currency.html @@ -18,7 +18,6 @@ $(function() {
$("#currency").change(function() {
var current = $("#spinner").spinner("value");
- console.log("before!!", current)
Globalization.preferCulture($(this).val());
$("#spinner").spinner("value", current);
})
|