web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Sat, 12 Jun 2010 04:25:05 +0200
changeset 0 cc4a51750724
permissions -rw-r--r--
first commit
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
// Puts the included jQuery into our own namespace
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
var django = {
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    "jQuery": jQuery.noConflict(true)
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
};