You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 years ago | |
---|---|---|
.. | ||
libs | 12 years ago | |
src | 12 years ago | |
test | 12 years ago | |
CONTRIBUTING.md | 12 years ago | |
README.md | 12 years ago | |
grunt.js | 12 years ago |
README.md
{%= title || name %}
{%= description %}
Getting Started
Download the [production version][min] or the [development version][max].
[min]: https://raw.github.com/{%= git_user %}/{%= git_repo %}/master/dist/{%= name %}.min.js [max]: https://raw.github.com/{%= git_user %}/{%= git_repo %}/master/dist/{%= name %}.js
In your web page:
<script src="jquery.js"></script>
<script src="dist/{%= name %}.min.js"></script>
<script>
jQuery(function($) {
$.awesome(); // "awesome"
});
</script>
Documentation
(Coming soon)
Examples
(Coming soon)
Release History
(Nothing yet)