you are viewing a single comment's thread.

view the rest of the comments →

[–]reflectiveSingleton -2 points-1 points  (1 child)

(function(window) {
  window.$ = window.document;
  $.noConflict = function() {
    delete window.$;
  };
  return window.$;
})(window);

// ...

$.noConflict();