Skip to content

jQuery plugin to check whether the user's browser has CSS enabled

Notifications You must be signed in to change notification settings

boomworks/jquery-cssenabled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

3 Commits
 
 
 
 
 
 

Repository files navigation

jQuery CSS Enabled

jQuery plugin to check whether the user's browser has CSS enabled

Requirements

jQuery (tested with 1.4.2)

Usage

if($.cssEnabled()){
	// Do stuff that requires CSS
}

Notes

Currently completely untested in anything other than Firefox 3.6. Use at your own risk. This currently only tests whether an element that is hidden using the jQuery .hide() method is hidden, and as such will NOT work with 'disable styles' in Firefox developer toolbar etc.

About

jQuery plugin to check whether the user's browser has CSS enabled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published