The .js files need to be wrapped in
(function($) {
})(jQuery);
see 'Using jQuery' section
in 'Managing JavaScript in Drupal 7' http://drupal.org/node/756722
The .js files need to be wrapped in
(function($) {
})(jQuery);
see 'Using jQuery' section
in 'Managing JavaScript in Drupal 7' http://drupal.org/node/756722
Comments
Comment #1
pat redmond commentedSuper - thanks for that. I have updated the code, and will roll it out in the next release.
Comment #2
brst t commentedSame as with http://drupal.org/node/1480172#comment-5735714
Just downloaded 7.x-2.0-alpha2 and the .js files are the same as they were.
Not sure what's up with this packaging, Pat. The new files are there. These old ones are just unchanged.
Comment #3
pat redmond commentedOK, I got it this time. I have never used git to commit changes, so I have been feeling my way a little. Thanks for hanging in there!
These changes are definitely in 2.0-alpha3