You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2019. It is now read-only.
<labelfor="number">Moving forward will submit this form or you can go back and review your entries.</label>
<inputid="number" name="number" type="text">
</form>
</div>
</div>
<divid="code">
<divclass="container">
<h2>The Code</h2>
<preclass="text-left">
$('#demo-form').miniForm();
</pre><br>
</div>
</div>
<divclass="description">
<divclass="container text-justify">
<p>Inspired by <ahref="http://tympanus.net/codrops/2014/04/01/minimal-form-interface/">Minimal Form Interface on codrops.</a> This plugin allows you to specify your form, input, and label elements as you see fit then when called the plugin wraps the existing form with classes and list tags and adds the control elements and position styles(unless otherwise specified). </p>
<br>
</div>
</div>
<divclass="container text-center">
<br>
<br>
<h2>Allows for passed in parameters for customization.</h2><br><br>
<preclass="text-left">
$('.demo-form').miniForm({
css:"css", // Default css: "jquery"
note: {
required: 'This is the alert text when a user triggers the required feild alert',
empty: 'Alert for calling the plugin on an empty form',
},
});
</pre>
<small>More to come.</small>
<br>
</div>
<divclass="description">
<divclass="container text-justify">
<p>Future implementations will allow a toggleable inline list summary and color themes(Dark, light) with custom accent color.</p>
<br>
<pclass="text-center">Created with jQuery 2.1.1 by <ahref="http://stemsmit.com">Stephen Smith</a></p>