Skip to content

Intervals are not working #3

@FANMixco

Description

@FANMixco

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions