Installation

In your terminal:

{% highlight bash %}npm install jquery-awesome-cursor{% endhighlight %}

In your web page:

{% highlight html %} {% endhighlight %}

If you plan on using jquery-awesome-cursor with a different icon font, you can skip the FontAwesome dependency:

{% highlight bash %}npm install --no-optional jquery-awesome-cursor{% endhighlight %}

In your terminal:

{% highlight bash %} bower install jquery-awesome-cursor {% endhighlight %}

In your web page:

{% highlight html %} {% endhighlight %}

IMPORTANT: As of v0.3.0, FontAwesome is considered an optional dependency. Therefore, you must install it yourself!

{% highlight bash %} bower install font-awesome {% endhighlight %}

The download links below are for the latest versions of the code, which may be unstable.

To view the latest stable release, and previous releases, please visit https://github.com/jwarby/jquery-awesome-cursor/releases .

Download just the script:

  jquery.awesome-cursor.min.js (production)   jquery.awesome-cursor.js (development)

Or download an archive of the latest code:

  .zip   .tar.gz

Then, in your web page:

{% highlight html %} {% endhighlight %}

You could also use RawGit's CDN:

{% highlight html %} {% endhighlight %}