tips and tricks, examples,code snippet and links about Java, JavaScript, jquery, css, html, unix/linux, oracle, mysql, php and web designs that related to my interest
Tuesday, August 4, 2009
detect if javascript function exist
function loadLaunchProp() {}
if( window.loadLaunchProp ) {
loadLaunchProp();
}
No comments:
Post a Comment