hennywei / gruntdemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gruntdemo

first grunt jquery plugin

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/gruntdemo.min.js"></script>
<script>
jQuery(function($) {
  $.awesome(); // "awesome"
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About


Languages

Language:JavaScript 89.4%Language:CSS 7.2%Language:HTML 3.4%