jquery.init.js 314 B

12345678
  1. /* Puts the included jQuery into our own namespace using noConflict and passing
  2. * it 'true'. This ensures that the included jQuery doesn't pollute the global
  3. * namespace (i.e. this preserves pre-existing values for both window.$ and
  4. * window.jQuery).
  5. */
  6. var django = {
  7. "jQuery": jQuery.noConflict(true)
  8. };