/jQuery-Custom-Form-Elements

Customize form elements using jQuery

Primary LanguageJavaScriptMIT LicenseMIT

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 ...