https://github.com/johnantoni/jquery.plugin
detect plugin support in the browser, pdf quicktime flash etc.
https://github.com/johnantoni/jquery.plugin
Last synced: over 1 year ago
JSON representation
detect plugin support in the browser, pdf quicktime flash etc.
- Host: GitHub
- URL: https://github.com/johnantoni/jquery.plugin
- Owner: johnantoni
- Created: 2010-04-27T16:26:29.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-28T10:29:11.000Z (over 16 years ago)
- Last Synced: 2025-02-05T19:09:00.812Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://plugins.jquery.com/node/5965
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
if ($.browser.pdf) {
// pdf support available
}
else
{
}