What is the maximum delay between two clicks that will still trigger a double-click event? Does this delay change between plain JavaScript, jquery, and AngularJS?
Similarly, in jquery what timings do the fast and slow keywords correspond to? For example, I can use either $(this).hide("slow");
or $(this).hide("fast");
. Is there a way to change the default values for fast and slow?