With more and more unit testing and test driven development in javascript, you might get stuck with one problem. Javascript scope mechanics don’t allow you to access the private functions of a class/function which makes it pretty hard to unit test. Your alternatives usually are either to create a unit test function inside your code [...]
Multi modal jquery plugin
Ever needed to have a modal window appear in your page, but you also need one more that pops on top of it? Well, that’s what this jQuery plugin does. It makes it possible to have multiple modals running at the same time. It doesn’t work on IE (haven’t tested it but it should give [...]
Shared queue jquery plugin – run one callback for many .animate()
Animating with script isn’t as natural as say, Flashs time-line or working with After Effects. Without time line we have to make the best of it to coordinate our animations somehow. Sometimes this means that we have lots of animation code and often we wan´t something to happen when all animations are done. To solve [...]
