| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
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 | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |