Ray

Results 54 comments of Ray

Sure, I will release it under GPL license.

是`IE8`以下的版本么?

你重新安装下再试试,我发了`0.0.8`版本

嗯,那晚一点再把这个问题看看

@zzJohnson 谢谢,你也可以给这个repo提pr。

@junfeisu 这个地方主要是`node.js`在`event loop`过程中分不同阶段去执行代码。具体的内容可参加官方的[文档](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/) 具体到你的这个例子: ```javascript process.nextTick(() => { console.log('nextTick1') }) process.nextTick(() => { console.log('nextTick2') }) setImmediate(() => { console.log('setImmediate1') process.nextTick(() => { console.log('插入') }) }) setImmediate(() => { console.log('setImmediate2') })...

@gauravksoni Well. I choose to change some html structure to meet the demand.Becase of the mechanism of z-index.