web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Sat, 29 Jan 2011 06:48:05 +0100
changeset 15 ad8856219008
parent 0 bdf22b140727
permissions -rw-r--r--
Added tag V00.02.00 for changeset f786cfad718c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
// Puts the included jQuery into our own namespace
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
var django = {
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    "jQuery": jQuery.noConflict(true)
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
};