rootseire / timemap

Automatically exported from code.google.com/p/timemap
MIT License
0 stars 0 forks source link

Add hooks for start and end of loading events #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There's no good way to perform an action before and after a remote load event 
(e.g. show and hide a spinning wheel). There should probably either be function 
hooks in TimeMap.loaders.base or actual events triggered by the loader.

Original issue reported on code.google.com by nick.rab...@gmail.com on 20 Jul 2010 at 4:58

GoogleCodeExporter commented 8 years ago

Original comment by nick.rab...@gmail.com on 27 Nov 2010 at 9:32

GoogleCodeExporter commented 8 years ago
This is now handled by jQuery.ajax, so jQuery's hooks can do this.

Original comment by nick.rab...@gmail.com on 11 Jan 2011 at 6:48