Latest commit for jMod and libraries is b9e828dd3389b00a47428e49d940d282f5ba0040.

Install

Just copy this code into your page to install the latest version:

<script type="text/javascript" src="http://js.thisismedium.com/min/b9e828dd3389b00a47428e49d940d282f5ba0040/jmod.js"> </script>

The above script will install jMod along with a special "lib" module which makes all of these modules available to your site. Other options for installing:

You will want to call jMod.config to configure it. jMod.config takes a dict and respects the following key/values:

Django

Alternatively, here's a default setup if you are using django, /media/js as your path, and using the django.core.context_processors.debug (default).

<script type="text/javascript" src="http://js.thisismedium.com/min/b9e828dd3389b00a47428e49d940d282f5ba0040/jmod.js">
</script>
<script type="text/javascript">
  jMod.config({
     path: '/media/js',
     debug: {% if debug %} true {% else %} false {% endif %}
  });
</script>

Libraries

For more details, view on github.
name version
lib.class 0.0.1
lib.introspection 1.0.1
lib.jpres 1.0.3
lib.jpres.fader 1.0.2
lib.jpres.slider 1.0.3
lib.jpres.util 1.0.4
lib.jquery 1.4.1
lib.jquery.autocomplete 1.0.2
lib.jquery.bgiframe 2.1.1
lib.jquery.color 1.0.0
lib.jquery.easing 1.3.0
lib.jquery.elect 0.9.6
lib.jquery.equalizecols 0.0.1
lib.jquery.ifixpng2 3.1.2
lib.jquery.put_delete 1.0.0
lib.jquery.thickbox 3.1.7
lib.jquery.ui 1.7.1
lib.json 1.2.0
lib.log 0.0.1
lib.resources 1.0.1
lib.sanity 1.0.1
lib.sharedat 0.9.0
lib.swfobject 2.2.0
lib.templatize 1.0.0
lib.underscore 0.5.1
lib.url 0.0.1
lib.util 1.0.0

minify