Closed (fixed)
Project:
Views Rotator
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2008 at 17:53 UTC
Updated:
16 Jan 2009 at 21:30 UTC
Hi,
We're getting an error that states "$.each is not a function in views-rotator.js line 13"
The code there is "$.each(Drupal.settings.views_rotator, function(id) { ..."
What could be the cause of this error?
Comments
Comment #1
halcyonandon commentedComment #2
mfer commentedI'm not sure why this would be happening. In the dev version I updated the js to use an anonymous function and associate $ with the jQuery object. Let me know if that worked.
Comment #3
halcyonandon commentedFixed. thanks.