Contents tagged with javascript
-
Apply in Javascript
After reading an
older blog post by Scott Cate, I was curious if the
apply function in Javascript
would work if no arguments were defined in the calling
function. It turns out that it does work. Consider the
following javascript:
-
Browser Resizing
I just encountered a great tip on how to quickly adjust a browser window to a specific dimension.