1
0
Fork 0
forked from 0x2620/oxjs

trigger change event in filter

This commit is contained in:
rlx 2011-09-19 13:17:35 +00:00
commit 211884740d
3 changed files with 41 additions and 20 deletions

View file

@ -150,7 +150,7 @@ Ox.Range = function(options, self) {
function clickTrack(data) {
// fixme: thumb ends up a bit too far on the right
var isThumb = $(edatatarget).hasClass('OxThumb');
var isThumb = $(data.target).hasClass('OxThumb');
self.drag = {
left: self.$track.offset().left,
offset: isThumb ? data.clientX - self.$thumb.offset().left - 8 /*self.thumbSize / 2*/ : 0