Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

GLM.DOM.isFirefox

GLM.DOM.isFirefox

Boolean variable for determining if the client browser is Firefox.

Returns:

True if the client browser is Firefox, otherwise false

Example:

if(GLM.DOM.isFirefox){
    alert("You're using Firefox");
}



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES