Opened 13 years ago
Closed 12 years ago
#6081 closed enhancement (invalid)
delay an event
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | event | Version: | |
Keywords: | event delay | Cc: | |
Blocked by: | Blocking: |
Description
Extend the jQuery core to support the delay of an event in such a way it will be called only once evene if it is raised multiple times within a given timeframe..
Typicly used with 'keyup' in ajax search. Perhaps somthing like .trigger('event',delayInMs,data).
Just a suggestion... :)
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | 1.4.4 → 1.5 |
---|
comment:2 Changed 12 years ago by
Keywords: | needsreview added |
---|---|
Priority: | → undecided |
Bikeshed/feature creep. Moving to review.
comment:3 Changed 12 years ago by
Priority: | undecided → low |
---|
comment:4 Changed 12 years ago by
Keywords: | needsreview removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Essentially this is like a debouncing operation on a button, and sounds like a good idea for a plugin. If the plugin was widely used it might be considered for inclusion into core, but the first step is to demonstrate the need for the functionality.
Note: See
TracTickets for help on using
tickets.
Retarget all enhancements/features to next major version.