Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 485 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 485 Bytes

Custom Form Elements for jQuery

Provides ability to customize your radio/checkbox/file inputs and selectboxes with custom styles

Installation

  • Put jquery.cfe.js nad jquery.cfe.css on the page
  • use it $('input, select').cfe();

Options

no any options fon

How to customize select

need to add ...

How to customize checkbox input

need to add ...

How to customize radio input

need to add ...

How to customize file input

need to add ...