Thursday 23 February 2012

PROXIES IN JAVASCRIPT

Interestingly, today i was reading a thread on monitoring changes on objects in JavaScript 

http://groups.google.com/group/jsmentors/browse_thread/thread/d2df7cadab60e3fc

Thursday 16 February 2012

NO "onscroll" ON THE BODY TAG IN IE9

While updating all our pages to support HTML5, i came across an issue. There was an ONSCROLL inline html property on the body tag but the function it called never got triggered.  ie9 + does not support the onscroll event.

Solution for backward compatibility



http://msdn.microsoft.com/en-us/library/ms536966(v=vs.85).aspx