fraction support test code in Position component
Hi guys.
I have this small nasty and tasty problem.
$(div).offset().left;
the problem is that execution of this code somehow interfered with some legacy code in .htc file (its hell, trust me), but I found out that when I wrap code that is in this test routine, I am able to make things work.
And now my question : Is it safe to defer this code (after // fraction support test) to run later, at document.ready, or should I schedule this to run at some other particular event? So far no errors, just wanted to double check this.
Any other questions/ideas?
Thanks in advance guys,
DuĊĦan