Feng Dihai
Feng Dihai
It should boost performance.
ResizeObserver is available for the latest modern browsers for a while. Instead of inserting tricky **DIV** to catch "resize" event, it is better to simply use ResizeObserver.  For backward...
``` compress: _lzo1x.compress(state), decompress: _lzo1x.decompress(state), ``` - state is not defined and unable to pass as argument - inside implementation of _lzo1x.compress()/decompress(), there are lot of reference to "this" which...
jQuery has started to support Promises API (Deferred Object) since version 1.5, which provides a better way to handle asynchronous process. I think it will be helpful to add Promises...
That is it. $.notyfyRenderer#hideModalFor() should detach notyfy container with modal overlay together. Or add a CSS rule to hide notyfy container when empty.
It happens when 1. showing one new tall or wide notyfy first time 2. appending one more notyfy to the container which will just lay under previous one 3. removing...