Jquery condition check is(‘:hover’) not working

function idIsHovered(id){
    return $("#" + id + ":hover").length > 0;
}

http://jsfiddle.net/mathheadinclouds/V342R/

Leave a Comment