-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Hi Guillaume,
I think your plugin is really awesome! However, I have finished in a small constrain regarding this part of the code:
this.tpl.find('.timingfield_hours .timingfield_next') .on('mouseup', function() { clearInterval(timeoutId); return false; }) .on('mousedown', function(e) { timeoutId = setInterval($.proxy(this.upHour, this), 100); return false; }) ;
This part is fully ignored. Do you know what should be changed in order to allow the interval to work? Thanks for your ideas.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels