---
layout:    layout
title:     agjCalendar&#58; Javascript Source
permalink: /source/javascript/
---

# Javascript Source

You can view the full source code for [**jquery.agjCalendar.js**](https://github.com/andrewgjohnson/agjCalendar/blob/master/source/agjCalendar/jquery.agjCalendar.js) below.

## Minified Files for Production Use

In production environments we recommend you use either [**jquery.agjCalendar.min.js**](https://github.com/andrewgjohnson/agjCalendar/blob/master/source/agjCalendar/jquery.agjCalendar.min.js) for integrations using any language other than English or [**jquery.agjCalendar.min.english-only.js**](https://github.com/andrewgjohnson/agjCalendar/blob/master/source/agjCalendar/jquery.agjCalendar.min.english-only.js) for integrations using exclusively English. Custom translations can be safely used with either.

## [jquery.agjCalendar.js](https://github.com/andrewgjohnson/agjCalendar/blob/master/source/agjCalendar/jquery.agjCalendar.js)

{% capture source %}{% include source/agjCalendar/jquery.agjCalendar.js %}{% endcapture %}
<pre><code class="language-javascript">{{ source | replace: '<', '&lt;' | replace: '>', '&gt;' }}</code></pre>
