An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

if ($.browser.pdf) {
// pdf support available
}
else
{
}