TypeError: 'undefined' is not a function (evaluating '$(document)')
ReferenceError: Can't find variable: $document

Comments

andrew.eatherington@gmail.com’s picture

Solution?

(function ($) {
  $(document).ready(function() {
  //.... code here
  });
}(jQuery));
blairski’s picture

Thanks for the possible solution. I'll have a look soon.

blairski’s picture

Status: Active » Needs review

Andrew, just committed a fix for this. Thanks for the code, that is exactly what was needed.

blairski’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.