Material style floating action button with jQuery.
Install via bower:
$ bower install jquery-fab
Create a div to wrap the FAB:
<div id="wrapper"></div>
Call the jqueryFab function:
$('#wrapper').jqueryFab(links, options);
There's an example on the page jquery-fab.html.
The license is available within the repository in the LICENSE file.