diff --git a/source/Ox.UI/js/Form/Range.js b/source/Ox.UI/js/Form/Range.js index 41a9b618..168e0419 100644 --- a/source/Ox.UI/js/Form/Range.js +++ b/source/Ox.UI/js/Form/Range.js @@ -138,8 +138,10 @@ Ox.Range = function(options, self) { .css({ width: self.trackImageWidths[i] + 'px' }) - .mousedown(function(e) { - e.preventDefault(); // prevent drag + .on({ + mousedown: function(e) { + e.preventDefault(); // prevent drag + } }) .appendTo(self.$trackImages); //left += self.trackImageWidths[i];