Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scalvert/jquery.getcss

Dynamically append stylesheets to your page.
https://github.com/scalvert/jquery.getcss

Last synced: about 2 months ago
JSON representation

Dynamically append stylesheets to your page.

Awesome Lists containing this project

README

        

jquery.getCSS
=============

The $.getCSS extension allows you to dynamically append stylesheets to your page after the page has loaded.

Think loading CSS after an AJAX call completes, etc.

## Example

```JavaScript
$.getCSS('/assets/css/styles.css');
```