javascript problems on Explorer

Posted by jimbo on Stack Overflow See other posts from Stack Overflow or by jimbo
Published on 2010-06-03T15:15:21Z Indexed on 2010/06/03 15:24 UTC
Read the original article Hit count: 138

Filed under:

This seems to work on everything but explorer:

NextButJar.addEvent("click", function() {
    if (this.disabled == true) {
        alert("Please view all tabs first!");
        return;
    }
});

Any help welcome

© Stack Overflow or respective owner

Related posts about JavaScript