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

parkerjdru’s picture

Status: Active » Closed (works as designed)

ok, I installed JQ module and it works fine now. Perhaps I just missed something, but this dependency should maybe be documented better.