|
|
check if background image has loaded completely - Javascript
|
Views : 348
|
|
Tagged in : Javascript
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
condition to check background image is completely loaded or not
if(document.getElementById(DivID).BackgroundImageLoaded == true){
document.getElementById(DivID).style.left = document.getElementById(DivID).style.left - 1;
} |
|
By - kalai, On - 2010-01-27 |
|
|
|