Closed (works as designed)
Project:
jQuery Media
Version:
6.x-1.3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2011 at 07:46 UTC
Updated:
12 Apr 2011 at 18:56 UTC
I am using jquery to embed audio player for podcasts. Works fine in node lists, but when i try to use in a view, I am required to call plugin with jq_add('jquery_media') as discussed: http://drupal.org/node/356001
So I add jq_add('jquery_media'); to views-view.tpl.php
Now, page fails with a "Fatal error: Call to undefined function jq_add"
Similar Issue opened a couple years ago http://drupal.org/node/298089, but solution not supplied.
Not sure if this is a bug, or I am doing something wrong.
Comments
Comment #1
parkerjdru commentedok, I installed JQ module and it works fine now. Perhaps I just missed something, but this dependency should maybe be documented better.