var d=b.getBoundingClientRect(),
A solution to the above error is to replace it with the following
try{var d=b.getBoundingClientRect();}catch(ex){var d={top:0,left:0,right:0,bottom:0};}
Computer, Technology, Databases, Google, Internet, Mobile, Linux, Microsoft, Open Source, Security, Social Media, Web Development, Business, Finance
No comments:
Post a Comment
Do provide your constructive comment. I appreciate that.