Results 4 comments of tzws

I updated to the latest version. It seems if I start with cwd, using unix directory delimiter and space are handled correctly. But if I start with `c:` drive, there's...

hi, you may have a try on my pull request #141 , which provides a fallback image src whenever there's an error.

Hi, I think the js should be: ```js $("img").unveil(200, function() { $(this).load(function() { this.style.opacity = 1; }) }); ```

```js $("img").unveil(300, function() { $(this).load(function() { this.style.opacity = 1; }); }); ```