Allow programmer to bind resize event for DOM or HTML element in very simple syntax (You can also use JQuery to bind resize event).
You know how the full-size posting window's textbox adjusts size when you resize the window? Well, that's really cool, but it only starts this behavior when the window finishes loading. So, if I ...