How to Find Your Version of MooTools in Joomla
- 1). Download the "mootools.js" file from your Joomla installation. It is located in the following location within your Joomla installation:
media/system/js/mootools.js - 2). Open the "mootools.js" file in your code-editing software. Notepad will suffice.
- 3). Locate the following code near the top of the file:
var MooTools={version:
The numbers following the code represent your version of MooTools. - 4). Close your "mootools.js" file.
Source...