Site Archives events

JAVASCRIPT: The start of a jQuery zoom event handler


After much research and very little code, I’ve come up with a basic start to a jQuery zoom event handler.  Don’t laugh.  This is very basic, but it handles zoom events based on keyboard shortcuts and fires the handler.

JAVASCRIPT: Internet Explorer’s attachEvent breaks ‘this’


First of all, let me just say that I love jQuery. It makes Javascript development so much faster. I’m sure that Prototype is just as easy for those that use that daily, but I prefer jQuery. And before you ask… Yes, I learned both.
That having been said, there are some applications where [...]