Skip to content

jQuery plugin for adding favicons next to the links

Notifications You must be signed in to change notification settings

rrjanbiah/jquery-favicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

jQuery plugin for adding favicons next to the links

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages