0.2.3 • Published 7 years ago

jquery.plugin.starter-kit v0.2.3

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

jquery.testPlugin

仕様

プラグインの説明文

デモ

DEMO

インストール

Npm

npm install jquery.test

使い方

<script src="js/jquery.js"></script>
<script src="js/jquery.test.js"></script>
<script>
	$(function(){
		$('body').test({});
	});
</script>

Options

option nametypeDescriptionsdefault
classNameStringクラス名'test'
numNumber個数10