Skip to content

jQuery plugin to customize radio button markup to resemble styled dropdowns

Notifications You must be signed in to change notification settings

ehayman/custom-radio-buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-radio-buttons

jQuery plugin to customize radio button markup to resemble styled dropdowns

View Demo

How To

  1. Initialized using $('.select-class-name').customradio();
  2. The follow options are available:
    mobileImages : false,
    mobileSize: 640,
    imgsUrl: '../imgs/'
  3. Simply upload images to your specified image folder with the same name as the ID of the respective input/label. Defaults are filter-1, filter-2, etc.
  4. To load different images on mobile, set mobileImages to true and upload images with the initial name followed by -mobile (for example, filter-1-mobile)

About

jQuery plugin to customize radio button markup to resemble styled dropdowns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published