1.7.2 • Published 12 years ago

convoy-jquery v1.7.2

Weekly downloads
5
License
-
Repository
github
Last release
12 years ago

jQuery for Convoy

This package contains the stock jQuery release without any adapters for running in node so that you can include it in client side code with convoy.

Usage

Add to your project and then in your client side code:

var $ = require('convoy-jquery');

This will also make the global $ available.

Contributing

Fork, send pull request.