Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rrjanbiah/jquery-favicon

jQuery plugin for adding favicons next to the links
https://github.com/rrjanbiah/jquery-favicon

favicon jquery jquery-plugin

Last synced: 2 days ago
JSON representation

jQuery plugin for adding favicons next to the links

Awesome Lists containing this project

README

        

# jquery-favicon
jQuery plugin for adding favicons next to the links. That is, to automate:

```
a[href ^="http://jquery.com"] {
background: url(http://jquery.com/favicon.ico) center right no-repeat;
padding-right: 16px;
}
```

## Usage

* `$('a').favicon();` - all links
* `$('a[@href^="http"]').favicon();` - all external links
* `$('a').favicon({paddingRight: '32px'});` - all links with custom `paddingRight`