/Mighty-Form-Styler

jQuery Mighty Form Styler plugin replaces your form select element for a html dropdown list so you can easily and completely style it with css.

Primary LanguageJavaScriptOtherNOASSERTION

Mighty Form Styler

Mighty Form Styler jQuery plugin replaces your form select element for a html dropdown list so you can easily and completely style it with css.

Version 0.2.3

Requires jQuery 1.7 or newer.

Licensed under:
MIT License – http://www.binkje.nl/mfs/license/

Requirements

  • jQuery 1.7+

Installation

To use Mighty Form Styler make sure you have jQuery 1.7 or newer. Next, add jquery.mfs.min.js to your webpage.

<script type="text/javascript" src="jquery.mfs.min.js"></script>

Basic usage

Initialize

$(document).ready(function(){
	$('form').mfs();
});

Refresh (e.g. when you updated the values via ajax)

$('form').mfs('refresh');

Remove

$('form').mfs('destroy');

Demo

You can preview a live demo at: http://www.binkje.nl/mfs

Issues

If you have any ideas or bugs, please submit them to the GitHub issue tracker at https://github.com/basvandenwijngaard/Mighty-Form-Styler/issues.