jQuery faSpinner Plugin Examples

Download This Plugin Back To jQueryScript

The fa.submit.spinner jQuery plugin provides a simple way to add a loading spinner to disabled submit buttons on your forms.

We'll never share your email with anyone else.

Ajax Form Create Submit Button

Inline Disabling

<button type="submit" name="send" 
	data-faspinner-enabled="0">send</button>
			

Inline Attributes
<button type="submit" name="send" 
	data-faspinner-delay="0" 
	data-faspinner-btn_replacestyle="prepend">send</button>