0.3.1 • Published 7 years ago

fg-enlarge v0.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Enlarge Plugin

Description

Note: early stages of maintenance. Demos, docs, tests, still being updated.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/enlarge.min.js"></script>
<script>
jQuery(function($) {
	$( document ).bind( "enhance", function(){
		$( "body" ).addClass( "enhanced" );
	});

	$( document ).trigger( "enhance" );
});
</script>

Demo

Check the demo here

Release History

v0.1.0 - First release

0.3.1

7 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago